File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ chmod 700 "${secrets_dir}"
27
27
# Create certificate to test X509 auth with Atlas:
28
28
atlas_x509_path=" ${secrets_dir:? } /atlas_x509.pem"
29
29
echo " ${atlas_x509_cert_base64:? } " | base64 --decode > " ${secrets_dir:? } /atlas_x509.pem"
30
- # On Windows, convert certificate to PKCS#1 to work around CDRIVER-4269 :
30
+ # Fix path on Windows :
31
31
if $IS_WINDOWS ; then
32
- openssl pkey -in " ${secrets_dir:? } /atlas_x509.pem" -traditional > " ${secrets_dir:? } /atlas_x509_pkcs1.pem"
33
- openssl x509 -in " ${secrets_dir:? } /atlas_x509.pem" >> " ${secrets_dir:? } /atlas_x509_pkcs1.pem"
34
- atlas_x509_path=" $( cygpath -m " ${secrets_dir:? } /atlas_x509_pkcs1.pem" ) "
32
+ atlas_x509_path=" $( cygpath -m " ${secrets_dir:? } /atlas_x509.pem" ) "
35
33
fi
36
34
37
35
# Create Kerberos config and keytab files.
You can’t perform that action at this time.
0 commit comments