summaryrefslogtreecommitdiff
path: root/jstests/ssl/x509/certs.yml
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2025-02-11 15:07:35 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2025-02-11 15:07:35 -0300
commit4cb8841196d0625dfa3825aa326f071cd27c7b8b (patch)
tree1682a647d4463397c119183369ae6f750d5fdcff /jstests/ssl/x509/certs.yml
parentaa03c6362cbaa767638e6eed9b031d86dd2643d1 (diff)
parent8f0827553e09872941945a093b647a4211a9db7f (diff)
Update upstream source from tag 'upstream/6.0.0'master
Update to upstream version '6.0.0' with Debian dir 5604a80ec1c96ca76f25f40d78e6ef855abec322
Diffstat (limited to 'jstests/ssl/x509/certs.yml')
-rw-r--r--jstests/ssl/x509/certs.yml31
1 files changed, 10 insertions, 21 deletions
diff --git a/jstests/ssl/x509/certs.yml b/jstests/ssl/x509/certs.yml
index e0aae5afd1b..b2f50d283ba 100644
--- a/jstests/ssl/x509/certs.yml
+++ b/jstests/ssl/x509/certs.yml
@@ -528,26 +528,6 @@ certs:
keyUsage: [digitalSignature, keyEncipherment]
extendedKeyUsage: [serverAuth, clientAuth]
-- name: 'server_ocsp_invalid.pem'
- description: >-
- An expired OCSP certificate for the mongodb server.
- Subject:
- CN: 'badHost'
- C: US
- ST: NY
- L: OCSP-1
- Issuer: 'ca_ocsp.pem'
- include_header: false
- output_path: 'jstests/libs/ocsp/'
- extensions:
- basicConstraints: {CA: false}
- subjectAltName:
- DNS: badHost
- authorityInfoAccess: 'OCSP;URI:http://localhost:8100/status'
- subjectKeyIdentifier: hash
- keyUsage: [digitalSignature, keyEncipherment]
- extendedKeyUsage: [serverAuth, clientAuth]
-
- name: 'server_ocsp_revoked.pem'
description: >-
OCSP certificate for the mongodb server.
@@ -768,10 +748,19 @@ certs:
# Split Horizon
###
+- name: 'splithorizon-ca.pem'
+ description: CA for split horizon testing.
+ Subject: {O: 'MongoDB, Inc.', CN: 'Kernel Split Horizon Test CA'}
+ Issuer: self
+ extensions:
+ subjectKeyIdentifier: hash
+ authorityKeyIdentifier: keyid
+ basicConstraints: {CA: true}
+
- name: 'splithorizon-server.pem'
description: Server certificate for split horizon testing.
Subject: {O: 'MongoDB, Inc. (Splithorizon)', CN: 'server'}
- Issuer: 'ca.pem'
+ Issuer: 'splithorizon-ca.pem'
extensions:
extendedKeyUsage: [serverAuth, clientAuth]
subjectAltName: