From ca29e4ce26852e66ba2788f7892ec22bb631d4a3 Mon Sep 17 00:00:00 2001 From: Aroosh Lele Date: Wed, 11 Dec 2024 18:36:17 +0530 Subject: [PATCH 1/4] Update certificate-configuration-scenarios.md I did the following: 1. Corrected a typo [Changed quetions to questions.] 2. Aligned name, label, and calabel in the same level. --- docs/user-guide/certificate-configuration-scenarios.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/certificate-configuration-scenarios.md b/docs/user-guide/certificate-configuration-scenarios.md index 507e611bc9..ae4a3647a7 100644 --- a/docs/user-guide/certificate-configuration-scenarios.md +++ b/docs/user-guide/certificate-configuration-scenarios.md @@ -7,7 +7,7 @@ ::: :::tip -To assist you with determining the specific certificate configuration scenario that applies to your use case, see [Zowe certificates configuration questionnaire](./certificates-configuration-questionnaire.md). This questionnaire guides you through quetions that lead to a specific configuration scenario presented in this article. +To assist you with determining the specific certificate configuration scenario that applies to your use case, see [Zowe certificates configuration questionnaire](./certificates-configuration-questionnaire.md). This questionnaire guides you through questions that lead to a specific configuration scenario presented in this article. ::: Zowe servers require both a keystore to store the certificates and a truststore to validate certificates. @@ -275,8 +275,8 @@ Due to the limitation of the `RACDCERT` command, this field should contain exact type: JCERACFKS keyring: name: ZoweKeyring - label: localhost - caLabel: local_ca + label: localhost + caLabel: local_ca dname: caCommonName: "Zowe Instances CA" commonName: "Zowe Service" From d8009cc82288f168ae8a229fad61f0576aa8493f Mon Sep 17 00:00:00 2001 From: Aroosh Lele Date: Wed, 11 Dec 2024 22:12:50 +0530 Subject: [PATCH 2/4] Update certificate-configuration-scenarios.md Added/edited the following lines: #Type of certificate storage. Valid values are: PKCS12 or JCERACFKS createZosmfTrust: true #**COMMONLY_CUSTOMIZED** #Keystore directory caLabel: localca --- docs/user-guide/certificate-configuration-scenarios.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/certificate-configuration-scenarios.md b/docs/user-guide/certificate-configuration-scenarios.md index ae4a3647a7..1e7ba4b75f 100644 --- a/docs/user-guide/certificate-configuration-scenarios.md +++ b/docs/user-guide/certificate-configuration-scenarios.md @@ -272,11 +272,15 @@ Due to the limitation of the `RACDCERT` command, this field should contain exact ``` certificate: + #Type of certificate storage. Valid values are: PKCS12 or JCERACFKS type: JCERACFKS + createZosmfTrust: true keyring: + #**COMMONLY_CUSTOMIZED** + #Keystore directory name: ZoweKeyring label: localhost - caLabel: local_ca + caLabel: localca dname: caCommonName: "Zowe Instances CA" commonName: "Zowe Service" From 49dc33053258ef7d31b0641fe30c3becb2c07a91 Mon Sep 17 00:00:00 2001 From: Aroosh Lele Date: Wed, 11 Dec 2024 22:38:35 +0530 Subject: [PATCH 3/4] Update certificate-configuration-scenarios.md - nwplzweb.dev.rocketsoftware.com - 10.17.224.13 --- docs/user-guide/certificate-configuration-scenarios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/certificate-configuration-scenarios.md b/docs/user-guide/certificate-configuration-scenarios.md index 1e7ba4b75f..4d32095a85 100644 --- a/docs/user-guide/certificate-configuration-scenarios.md +++ b/docs/user-guide/certificate-configuration-scenarios.md @@ -290,8 +290,8 @@ Due to the limitation of the `RACDCERT` command, this field should contain exact country: "CZ" validity: 3650 san: - - system.my-company.com - - 12.34.56.78 + - nwplzweb.dev.rocketsoftware.com + - 10.17.224.13 ``` Your yaml file is now configured to enable Zowe to use a z/OS keyring-based keystore with Zowe generated certificates. From 3853bdf4bd9cec385e927837ec6f33f7a236fc00 Mon Sep 17 00:00:00 2001 From: Aroosh Lele Date: Wed, 11 Dec 2024 23:28:49 +0530 Subject: [PATCH 4/4] Update certificate-configuration-scenarios.md Changed some of the indentations of terms inside the code block beginning with "dname" --- .../certificate-configuration-scenarios.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/user-guide/certificate-configuration-scenarios.md b/docs/user-guide/certificate-configuration-scenarios.md index 4d32095a85..deed2211ea 100644 --- a/docs/user-guide/certificate-configuration-scenarios.md +++ b/docs/user-guide/certificate-configuration-scenarios.md @@ -281,17 +281,17 @@ Due to the limitation of the `RACDCERT` command, this field should contain exact name: ZoweKeyring label: localhost caLabel: localca - dname: - caCommonName: "Zowe Instances CA" - commonName: "Zowe Service" - org: "My Company" - locality: "Prague" - state: "Prague" - country: "CZ" - validity: 3650 - san: - - nwplzweb.dev.rocketsoftware.com - - 10.17.224.13 + dname: + caCommonName: "Zowe Instances CA" + commonName: "Zowe Service" + org: "My Company" + locality: "Prague" + state: "Prague" + country: "CZ" + validity: 3650 + san: + - system.my-company.com + - 12.34.56.78 ``` Your yaml file is now configured to enable Zowe to use a z/OS keyring-based keystore with Zowe generated certificates.