ソースを参照

Adds dataEncipherment to key usage extension for initial certificate

Markus Kocybik 6 年 前
コミット
e8bea685ac
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tools/certs/localhost.cnf

+ 1 - 1
tools/certs/localhost.cnf

@@ -254,7 +254,7 @@ basicConstraints = CA:false
 # left out by default.
 # keyUsage = cRLSign, keyCertSign
 
-keyUsage = nonRepudiation, digitalSignature, keyEncipherment
+keyUsage = nonRepudiation, digitalSignature, keyEncipherment, dataEncipherment
 extendedKeyUsage = TLS Web Server Authentication, TLS Web Client Authentication
 
 # Some might want this also