Don't always use issuer serial version of AKID.
This commit is contained in:
parent
e4c25383f2
commit
3a8b42f291
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue