summaryrefslogtreecommitdiff
path: root/jstests/ssl/disable_x509.js
diff options
context:
space:
mode:
authorStuart Larsen <stuart.larsen@10gen.com>2014-07-25 18:31:38 -0400
committerBenety Goh <benety@mongodb.com>2014-07-26 13:22:04 -0400
commit03048e3ab4989342876e265eb3bde5d18aacb2a5 (patch)
tree5b036d84e78a5f66ac79f3e5de344341f488f043 /jstests/ssl/disable_x509.js
parent170f1937cbdffff7465a3956acbed3a313d6b296 (diff)
downloadmongo-03048e3ab4989342876e265eb3bde5d18aacb2a5.tar.gz
SERVER-14516 Brand new testing certificates
New testing certificates generated for MongoDB using x509gen. Test were also updated slightly to accommodate for new subject alternative names and such. All instances of "sslAllowInvalidCertificates" were removed from src/mongo/shell. Closes #724 Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'jstests/ssl/disable_x509.js')
-rw-r--r--jstests/ssl/disable_x509.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ssl/disable_x509.js b/jstests/ssl/disable_x509.js
index 93218556688..703fd0d029d 100644
--- a/jstests/ssl/disable_x509.js
+++ b/jstests/ssl/disable_x509.js
@@ -1,7 +1,7 @@
// Test enabling and disabling the MONGODB-X509 auth mech
TestData.useX509 = false;
-var CLIENT_USER = "CN=client,OU=kerneluser,O=10Gen,L=New York City,ST=New York,C=US"
+var CLIENT_USER = "CN=client,OU=KernelUser,O=MongoDB,L=New York City,ST=New York,C=US"
var conn = MongoRunner.runMongod({ smallfiles: "", auth: "" });