File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ echo "[INFO] Creating PKCS12 file with client certificate"
126126openssl pkcs12 -export -clcerts \
127127 -in ${CA_DIR} /certs/client.cert.pem \
128128 -inkey ${CA_DIR} /private/client.decrypted.key.pem \
129- -passout pass:changeit \
129+ -passout pass:changeit -certpbe pbeWithSHA1And3-KeyTripleDES-CBC -keypbe pbeWithSHA1And3-KeyTripleDES-CBC -macalg sha1 \
130130 -out ${CA_DIR} /client.p12
131131
132132" ${KEYTOOL} " -importcert -keystore ${KEYSTORE_FILE} -file ${CA_DIR} /certs/ca.cert.pem -noprompt -storepass changeit
133133" ${KEYTOOL} " -importkeystore \
134- -srckeystore ${CA_DIR} /client.p12 -srcstoretype PKCS12 -srcstorepass changeit\
135- -destkeystore ${CLIENT_CERT_KEYSTORE} -deststoretype JKS \
134+ -srckeystore ${CA_DIR} /client.p12 -srcstoretype PKCS12 -srcstorepass changeit \
135+ -destkeystore ${CLIENT_CERT_KEYSTORE} -deststoretype PKCS12 \
136136 -noprompt -storepass changeit
137137
138138echo " [INFO] Generating intermediate CA private key"
You can’t perform that action at this time.
0 commit comments