Explorar o código

Adds dataEncipherment to key usage extension for initial certificate

Markus Kocybik %!s(int64=6) %!d(string=hai) anos
pai
achega
e8bea685ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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