Skip to content

Commit

Permalink
Minor help update
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed May 24, 2024
1 parent eb02d0b commit 59dcb03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bin/commands/init/.help
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions bin/commands/init/certificate/.help
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 59dcb03

Please sign in to comment.