From efe9c33ac05f661730c1e8b405563617b3a1c7f3 Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Fri, 26 Apr 2024 16:12:40 +0200 Subject: [PATCH 1/3] fix link syntax (#3629) Signed-off-by: Andrew Jandacek --- docs/user-guide/certificates-configuration-questionnaire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 419b4eda7576eaddf45d52c7ab7430e80f536a88 Mon Sep 17 00:00:00 2001 From: Elena Kubantseva Date: Fri, 26 Apr 2024 18:16:55 +0200 Subject: [PATCH 2/3] removed misleading variable Signed-off-by: Elena Kubantseva --- docs/user-guide/address-network-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/address-network-requirements.md b/docs/user-guide/address-network-requirements.md index c79aedcab6..abd4f42f74 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 | - | 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. From d717ce6034de7d1960b847fb05cc436e4ebe7ade Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Mon, 29 Apr 2024 11:14:43 +0200 Subject: [PATCH 3/3] add NA in parm name for Infinispan port Signed-off-by: Andrew Jandacek --- docs/user-guide/address-network-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/address-network-requirements.md b/docs/user-guide/address-network-requirements.md index abd4f42f74..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 | - | 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.