Skip to content

Commit 3bc8c4f

Browse files
committed
MO now actually creates this initial user, use correct subject to fix the X509 tests
1 parent 264d24b commit 3bc8c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/presets/standalone-x509.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mongod",
33
"id" : "STANDALONE-X509",
44
"authSource": "$external",
5-
"login": "C=US,ST=California,L=Palo Alto,O=MongoDB,OU=phongo,CN=localhost",
5+
"login": "C=US,ST=New York,L=New York City,O=MongoDB,OU=KernelUser,CN=client",
66
"procParams": {
77
"dbpath": "/tmp/standalone-x509/",
88
"ipv6": true,

0 commit comments

Comments
 (0)