Browse Source

add x509 extended key usage

Xiang Li 12 years ago
parent
commit
03a2d608c2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      fixtures/ca/openssl.cnf

+ 2 - 1
fixtures/ca/openssl.cnf

@@ -191,7 +191,8 @@ authorityKeyIdentifier=keyid,issuer
 #nsSslServerName
 
 # This is required for TSA certificates.
-# extendedKeyUsage = critical,timeStamping
+# This is required for client Auth and server Auth
+# extendedKeyUsage = critical,timeStamping,serverauth,clientauth
 
 [ v3_req ]