Fix openssl template for 'server' to also allowed to be a 'client' to restore hierarchy
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16007 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
9acd1e0a62
commit
b1f539a5e5
@ -163,7 +163,7 @@ nsComment = "OpenSSL Generated Server Certificate"
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
keyUsage = digitalSignature,keyAgreement,keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
extendedKeyUsage = serverAuth, clientAuth
|
||||
|
||||
[ usr_cert ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user