summaryrefslogtreecommitdiff
path: root/jstests/ssl/ssl_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/ssl/ssl_options.js')
-rw-r--r--jstests/ssl/ssl_options.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/ssl/ssl_options.js b/jstests/ssl/ssl_options.js
index 1881114b482..f4dcb4d4d47 100644
--- a/jstests/ssl/ssl_options.js
+++ b/jstests/ssl/ssl_options.js
@@ -5,8 +5,7 @@ jsTest.log("Testing censorship of ssl options");
var mongodConfig = { sslPEMKeyFile : "jstests/libs/password_protected.pem",
sslMode : "requireSSL",
sslPEMKeyPassword : "qwerty",
- sslClusterPassword : "qwerty",
- sslCAFile: "jstests/libs/ca.pem"};
+ sslClusterPassword : "qwerty" };
var mongodSource = MongoRunner.runMongod(mongodConfig);
var getCmdLineOptsResult = mongodSource.adminCommand("getCmdLineOpts");