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 b273625 commit be61c7fCopy full SHA for be61c7f
.evergreen/scripts/bootstrap-mongo-orchestration.sh
@@ -12,8 +12,6 @@ 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