Skip to content

Commit

Permalink
add subject alt names to the CA root certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Mar 14, 2020
1 parent 9454144 commit 9c1fb60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tls-ca/openssl-ca.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ x509_extensions = v3_ca

[v3_ca]
subjectKeyIdentifier = hash
subjectAltName = @alt_names
extendedKeyUsage = serverAuth
authorityKeyIdentifier = keyid:always,issuer
authorityKeyIdentifier = keyid:always, issuer
basicConstraints = critical, CA:true
keyUsage = critical, digitalSignature, cRLSign, keyCertSign

[req_distinguished_name]
C = GB
ST = Test State or Province
L = Test Locality
O = VVV
O = VVV INTERNAL CA
OU = VVV Maintainers
CN = vvv.test
emailAddress = [email protected]

[alt_names]
DNS.1 = vvv.test

0 comments on commit 9c1fb60

Please sign in to comment.