File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ functions:
373
373
source secrets-export.sh
374
374
375
375
echo $ATLAS_X509_DEV_CERT_BASE64 | base64 --decode > ${DRIVERS_TOOLS}/CLIENT_CERT.pem
376
- echo $ATLAS_X509_DEV_CERT_NOUSER_BASE64 | base64 --decode > ${DRIVERS_TOOLS}/CLIENT_NOUSER_CERT .pem
376
+ echo $ATLAS_X509_DEV_CERT_NOUSER_BASE64 | base64 --decode > ${DRIVERS_TOOLS}/CLIENT_NO_USER_CERT .pem
377
377
378
378
run-x509-tests :
379
379
- command : shell.exec
@@ -388,7 +388,7 @@ functions:
388
388
evergreen/add-ca-certs.sh
389
389
MONGODB_URI="$ATLAS_X509_DEV" \
390
390
CLIENT_PEM=${DRIVERS_TOOLS}/CLIENT_CERT.pem \
391
- CLIENT_NOUSER_PEM =${DRIVERS_TOOLS}/CLIENT_NOUSER_CERT .pem \
391
+ CLIENT_NO_USER_PEM =${DRIVERS_TOOLS}/CLIENT_NO_USER_CERT .pem \
392
392
TOPOLOGY=${TOPOLOGY} \
393
393
OS=${OS} \
394
394
FRAMEWORK=${FRAMEWORK} \
You can’t perform that action at this time.
0 commit comments