summaryrefslogtreecommitdiff
path: root/jstests/ssl_linear/repl_ssl_noca.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/ssl_linear/repl_ssl_noca.js')
-rw-r--r--jstests/ssl_linear/repl_ssl_noca.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/ssl_linear/repl_ssl_noca.js b/jstests/ssl_linear/repl_ssl_noca.js
index 93b0e24a39f..700023a3f58 100644
--- a/jstests/ssl_linear/repl_ssl_noca.js
+++ b/jstests/ssl_linear/repl_ssl_noca.js
@@ -7,7 +7,11 @@
// TODO BUILD-17503 Remove this tag
// @tags: [incompatible_with_macos]
+load('jstests/libs/python.js');
+
if (_isWindows()) {
+ assert.eq(0, runProgram(getPython3Binary(), "jstests/ssl_linear/windows_castore_cleanup.py"));
+
// OpenSSL backed imports Root CA and intermediate CA
runProgram("certutil.exe", "-addstore", "-user", "-f", "CA", "jstests\\libs\\ca.pem");