diff --git a/docs/user-guide/address-network-requirements.md b/docs/user-guide/address-network-requirements.md index c79aedcab6..7ea8cd452a 100644 --- a/docs/user-guide/address-network-requirements.md +++ b/docs/user-guide/address-network-requirements.md @@ -10,7 +10,7 @@ For more information about variable names in the following table, see the [Zowe | Port number | zowe.yaml variable name | Purpose | |------|------|------| -| 2157 | zowe.environments.JGROUPS_KEYEXCHANGE_PORT | The port at which the key server in Infinispan is listening. If the port is not available, the next port is probed, up to port+5. Used by the key server (server) to create an SSLServerSocket and by clients to connect to the key server. +| 2157 | NA | The port at which the key server in Infinispan is listening. If the port is not available, the next port is probed, up to port+5. Used by the key server (server) to create an SSLServerSocket and by clients to connect to the key server. | 7098 | zowe.components.caching-service.storage.infinispan.jgroups.port | Bind port for the socket that is used to form an Infinispan cluster. | 7552 | zowe.components.api-catalog.port | Used to view API swagger / openAPI specifications for registered API services in the API Catalog. | 7553 | zowe.components.discovery.port | Discovery server port which dynamic API services can issue APIs to register or unregister themselves. diff --git a/docs/user-guide/certificates-configuration-questionnaire.md b/docs/user-guide/certificates-configuration-questionnaire.md index d0e5dadbb9..3f96ebccf4 100644 --- a/docs/user-guide/certificates-configuration-questionnaire.md +++ b/docs/user-guide/certificates-configuration-questionnaire.md @@ -23,7 +23,7 @@ Follow this sequence of questions to determine which certificate configuration s Each of the following certificate configuration scenarios are available in the article [Certificate configuration scenarios](./certificate-configuration-scenarios.md). -* [Scenario 1: Use a file-based (PKCS12) keystore with Zowe generated certificates](./certificate-configuration-scenarios.md#scenario-1-use-a-file-based-pkcs12-keystore-with-zowe-generated-certificates +* [Scenario 1: Use a file-based (PKCS12) keystore with Zowe generated certificates](./certificate-configuration-scenarios.md#scenario-1-use-a-file-based-pkcs12-keystore-with-zowe-generated-certificates) * [Scenario 2: Use a file-based (PKCS12) keystore and import a certificate generated by another CA](./certificate-configuration-scenarios.md#scenario-2-use-a-pkcs12-keystore-and-import-a-certificate-generated-by-another-ca) * [Scenario 3: Use a z/OS keyring-based keystore with Zowe generated certificates](./certificate-configuration-scenarios.md#scenario-3-use-a-zos-keyring-with-zowe-generated-certificates) * [Scenario 4: Use a z/OS keyring-based keystore and connect an existing certificate](./certificate-configuration-scenarios.md#scenario-4-use-a-zos-keyring-and-connect-to-an-existing-certificate)