mirror of https://github.com/Icinga/icinga2.git
Update extended key usage.
This commit is contained in:
parent
10181b3953
commit
3a8177a291
|
@ -194,6 +194,8 @@ nsComment = "OpenSSL Generated Certificate"
|
|||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
extendedKeyUsage=clientAuth,serverAuth
|
||||
keyUsage=digitalSignature
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
|
|
Loading…
Reference in New Issue