We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaf86f commit 19985caCopy full SHA for 19985ca
scripts/setup-devenv.sh
@@ -152,7 +152,7 @@ cd "${BASE_DIR}"
152
if [ ! -f "${TARGET_DIR}/pid_issuer/ca.key.pem" ]; then
153
generate_pid_issuer_root_ca
154
else
155
- echo -e "${INFO}Target file '${TARGET_DIR}/pid_issuer/ca_privkey.pem' already exists, not (re-)generating PID root CA"
+ echo -e "${INFO}Target file '${TARGET_DIR}/pid_issuer/ca.key.pem' already exists, not (re-)generating PID root CA"
156
fi
157
158
# Generate pid issuer key and cert
0 commit comments