Skip to content

Commit

Permalink
Fixed issue in CA cert. creation
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jan 15, 2025
1 parent 849e0f5 commit 76dc96c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/ssl/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,12 @@ authorityKeyIdentifier=keyid:always,issuer

# This is what PKIX recommends but some broken software chokes on critical
# extensions.
#basicConstraints = critical,CA:true
# So we do this instead.
basicConstraints = CA:true
basicConstraints = critical,CA:true

# Key usage: this is typical for a CA certificate. However since it will
# prevent it being used as an test self-signed certificate it is best
# left out by default.
# keyUsage = cRLSign, keyCertSign
keyUsage = cRLSign, keyCertSign

# Some might want this also
# nsCertType = sslCA, emailCA
Expand Down

0 comments on commit 76dc96c

Please sign in to comment.