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 5e9a974 commit 73576b1Copy full SHA for 73576b1
evergreen/convert-client-cert-to-pkcs12.sh
@@ -20,7 +20,7 @@ if [[ "$CLIENT_PEM" == "nil" ]]; then
20
exit 1
21
fi
22
23
-openssl pkcs12 -export -in "${CLIENT_PEM}" \
+openssl pkcs12 -export -keypbe PBE-SHA1-3DES -certpbe PBE-SHA1-3DES -macalg sha1 -in "${CLIENT_PEM}" \
24
-out "${MONGO_X509_CLIENT_P12}" \
25
-name "Drivers Client Certificate" \
26
-password "pass:${MONGO_X509_CLIENT_CERTIFICATE_PASSWORD}"
0 commit comments