diff --git a/bin/commands/init/security/index.ts b/bin/commands/init/security/index.ts index 7194eb8d2a..7ef09dc567 100644 --- a/bin/commands/init/security/index.ts +++ b/bin/commands/init/security/index.ts @@ -76,6 +76,6 @@ export function execute(dryRun?: boolean, ignoreSecurityFailures?: boolean) { common.printMessage(``); common.printMessage(`WARNING: Due to the limitation of the ZWEI${securityPrefix} job, exit with 0 does not mean`); common.printMessage(` the job is fully successful. Please check the job log to determine`); - common.printMessage(` if there are any inline errors.`); + common.printMessage(` if there are any messages indicating a problem.`); common.printMessage(``); } diff --git a/example-zowe.yaml b/example-zowe.yaml index f178ca3b6c..ebe8fd1271 100644 --- a/example-zowe.yaml +++ b/example-zowe.yaml @@ -205,6 +205,7 @@ zowe: # country: "CZ" # # Validity days for Zowe generated certificates # validity: 3650 + # # **COMMONLY_CUSTOMIZED** # # Domain names and IPs should be added into certificate SAN # # If this field is not defined, `zwe init` command will use # # `zowe.externalDomains`.