mirror of https://github.com/openssl/openssl.git
Don't always use issuer serial version of AKID.
This commit is contained in:
parent
e4c25383f2
commit
3a8b42f291
|
|
@ -188,7 +188,7 @@ nsComment = "OpenSSL Generated Certificate"
|
|||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer:always
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
|
|
|
|||
Loading…
Reference in New Issue