Add keyEncipherment to keyUsage since Java expects it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14964 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b042a85a69
commit
9a76937088
@ -162,7 +162,7 @@ nsCertType = server, client, objsign
|
||||
nsComment = "OpenSSL Generated Server Certificate"
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
keyUsage = digitalSignature,keyAgreement
|
||||
keyUsage = digitalSignature,keyAgreement,keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
|
||||
[ usr_cert ]
|
||||
@ -173,7 +173,7 @@ extendedKeyUsage = serverAuth
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
keyUsage = digitalSignature,keyAgreement
|
||||
keyUsage = digitalSignature,keyAgreement,keyEncipherment
|
||||
extendedKeyUsage = clientAuth
|
||||
|
||||
# Here are some examples of the usage of nsCertType. If it is omitted
|
||||
|
Loading…
x
Reference in New Issue
Block a user