summaryrefslogtreecommitdiff
path: root/jstests/ssl/ssl_options.js
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-03-22 12:08:42 -0400
committerSpencer T Brody <spencer@mongodb.com>2015-04-06 18:19:21 -0400
commit7baac52f05a3e0cbdb7168e51836f507eda99dff (patch)
tree0bec9669a362aabd5d8b5cbcdcba4f9418c42509 /jstests/ssl/ssl_options.js
parent9b278765717f4645f1469b389338d3ec055c3316 (diff)
downloadmongo-7baac52f05a3e0cbdb7168e51836f507eda99dff.tar.gz
SERVER-17450 Cleanup SSL test infrastructure
Diffstat (limited to 'jstests/ssl/ssl_options.js')
-rw-r--r--jstests/ssl/ssl_options.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/ssl/ssl_options.js b/jstests/ssl/ssl_options.js
index f4dcb4d4d47..1881114b482 100644
--- a/jstests/ssl/ssl_options.js
+++ b/jstests/ssl/ssl_options.js
@@ -5,7 +5,8 @@ jsTest.log("Testing censorship of ssl options");
var mongodConfig = { sslPEMKeyFile : "jstests/libs/password_protected.pem",
sslMode : "requireSSL",
sslPEMKeyPassword : "qwerty",
- sslClusterPassword : "qwerty" };
+ sslClusterPassword : "qwerty",
+ sslCAFile: "jstests/libs/ca.pem"};
var mongodSource = MongoRunner.runMongod(mongodConfig);
var getCmdLineOptsResult = mongodSource.adminCommand("getCmdLineOpts");