Преглед на файлове

add x509 extended key usage

Xiang Li преди 12 години
родител
ревизия
03a2d608c2
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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 ]