diff --git a/bin/libs/certificate.sh b/bin/libs/certificate.sh index 8b6e28b77c..e8fbf9c651 100644 --- a/bin/libs/certificate.sh +++ b/bin/libs/certificate.sh @@ -828,7 +828,7 @@ keyring_run_zwekring_jcl() { validity="${8}" security_product="${9}" - member_prefix="ZWEIK" + member_prefix="ZWEIKR" if [ "${security_product}" = "TSS" ]; then member_name="${member_prefix}T${jcloption}" elif [ "${security_product}" = "ACF2" ]; then @@ -997,7 +997,7 @@ keyring_run_zwenokyr_jcl() { jcllib="${2}" security_product="${3}" - member_prefix="ZWEINOKR" + member_prefix="ZWENOKR" if [ "${security_product}" = "TSS" ]; then member_name="${member_prefix}T" elif [ "${security_product}" = "ACF2" ]; then diff --git a/schemas/zowe-yaml-schema.json b/schemas/zowe-yaml-schema.json index c844805339..afbe0b7a87 100644 --- a/schemas/zowe-yaml-schema.json +++ b/schemas/zowe-yaml-schema.json @@ -557,7 +557,7 @@ "properties": { "home": { "$ref": "/schemas/v2/server-common#zoweOptionalPath", - "description": "Path to Java home directory. If java is at '/java/home/bin/java', than this would be '/java/home' " + "description": "Path to Java home directory. If java is at '/java/home/bin/java', than this would be '/java/home'" } } }, @@ -566,7 +566,7 @@ "properties": { "home": { "$ref": "/schemas/v2/server-common#zoweOptionalPath", - "description": "Path to node.js home directory. If node is at '/node/home/bin/node', than this would be '/node/home' "" + "description": "Path to node.js home directory. If node is at '/node/home/bin/node', than this would be '/node/home'" } } },