diff options
author | Shreyas Kalyan <shreyas.kalyan@10gen.com> | 2020-03-04 10:49:39 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-17 20:10:44 +0000 |
commit | 7072788923796e747370621abcd6cb10c381a828 (patch) | |
tree | b429eeb29cf91e97660313da070ab6ff645031e4 /jstests/ssl | |
parent | 13caf3c499a22c2274bd533043eb7e06e6f8e8a4 (diff) | |
download | mongo-7072788923796e747370621abcd6cb10c381a828.tar.gz |
SERVER-46413 Add tests for OCSP on Windows and OSX
Diffstat (limited to 'jstests/ssl')
-rw-r--r-- | jstests/ssl/x509/certs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/ssl/x509/certs.yml b/jstests/ssl/x509/certs.yml index 4ee6e9a01e6..84389d922a2 100644 --- a/jstests/ssl/x509/certs.yml +++ b/jstests/ssl/x509/certs.yml @@ -356,7 +356,7 @@ certs: subjectAltName: DNS: localhost IP: 127.0.0.1 - authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status/' + authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status' subjectKeyIdentifier: hash keyUsage: [digitalSignature, keyEncipherment] extendedKeyUsage: [serverAuth, clientAuth] @@ -377,7 +377,7 @@ certs: subjectAltName: DNS: localhost IP: 127.0.0.1 - authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status/' + authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status' mustStaple: true subjectKeyIdentifier: hash keyUsage: [digitalSignature, keyEncipherment] @@ -399,7 +399,7 @@ certs: subjectAltName: DNS: localhost IP: 127.0.0.1 - authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status/' + authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status' subjectKeyIdentifier: hash keyUsage: [digitalSignature, keyEncipherment] extendedKeyUsage: [clientAuth] |