瀏覽代碼

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 ]