From 59dcb03117b868e06d84ea527aa007b189fc6f64 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml Date: Fri, 24 May 2024 13:34:35 +0200 Subject: [PATCH] Minor help update Signed-off-by: Martin Zeithaml --- bin/commands/init/.help | 6 +++--- bin/commands/init/certificate/.help | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/commands/init/.help b/bin/commands/init/.help index 94f2d87621..6d98c6e591 100644 --- a/bin/commands/init/.help +++ b/bin/commands/init/.help @@ -213,13 +213,13 @@ components: Zowe the label of existing certificate. - If `zowe.verifyCertificates` is not `DISABLED`, and z/OSMF host (`zOSMF.host`) is provided, Zowe will try to trust z/OSMF certificate. - * If you are using `RACF` security manager, Zowe will try to automatically - detect the z/OSMF CA based on certificate owner specified by + * If you are using `RACF` or `TSS` security manager, Zowe will try to + automatically detect the z/OSMF CA based on certificate owner specified by `zowe.setup.certificate.keyring.zOSMF.user`. Default value of this field is `IZUSVR`. If the automatic detection failed, you will need to define `zowe.setup.certificate.keyring.zOSMF.ca` indicates what is the label of z/OSMF root certificate authority. - * If you are using `ACF2` or `TSS` (Top Secret) security manager, + * If you are using `ACF2` security manager, `zowe.setup.certificate.keyring.zOSMF.ca` is required to indicates what is the label of z/OSMF root certificate authority. diff --git a/bin/commands/init/certificate/.help b/bin/commands/init/certificate/.help index 20bedc6c48..3a0861b8ed 100644 --- a/bin/commands/init/certificate/.help +++ b/bin/commands/init/certificate/.help @@ -148,12 +148,12 @@ zOSMF: Zowe the label of existing certificate. - If `zowe.verifyCertificates` is not `DISABLED`, and z/OSMF host (`zOSMF.host`) is provided, Zowe will try to trust z/OSMF certificate. - * If you are using `RACF` security manager, Zowe will try to automatically - detect the z/OSMF CA based on certificate owner specified by + * If you are using `RACF` or `TSS` security manager, Zowe will try to + automatically detect the z/OSMF CA based on certificate owner specified by `zowe.setup.certificate.keyring.zOSMF.user`. Default value of this field is `IZUSVR`. If the automatic detection failed, you will need to define `zowe.setup.certificate.keyring.zOSMF.ca` indicates what is the label of z/OSMF root certificate authority. - * If you are using `ACF2` or `TSS` (Top Secret) security manager, + * If you are using `ACF2` security manager, `zowe.setup.certificate.keyring.zOSMF.ca` is required to indicates what is the label of z/OSMF root certificate authority.