mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
OpenSSL: follow RFC on basicConstraints too (#6018)
This commit is contained in:
parent
e4be9320a9
commit
f4f05f23d5
@ -206,11 +206,9 @@ subjectKeyIdentifier=hash
|
||||
|
||||
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 (rfc5280): Conforming CAs MUST include this extension in all CA certificates that contain public
|
||||
# keys used to validate digital signatures on certificates and MUST mark the extension as critical in such certificates.
|
||||
basicConstraints = critical, CA:true
|
||||
# keyUsage (rfc5280): Conforming CAs MUST include this extension in certificates that contain public keys
|
||||
# that are used to validate digital signatures on other public key certificates or CRLs.
|
||||
# When present, conforming CAs SHOULD mark this extension as critical.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user