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 fc9db37 commit b273625Copy full SHA for b273625
.evergreen/scripts/bootstrap-mongo-orchestration.sh
@@ -12,6 +12,8 @@ fi
12
13
# Override the tls files if applicable.
14
if [ "${SSL:-}" == "ssl" ]; then
15
+ echo $ROOT
16
+ exit 1
17
export TLS_CERT_KEY_FILE=${ROOT}/test/certificates/client.pem
18
export TLS_PEM_KEY_FILE=${ROOT}/test/certificates/server.pem
19
export TLS_CA_FILE=${ROOT}/test/certificates/ca.pem
0 commit comments