Procházet zdrojové kódy

Adds dataEncipherment to key usage extension for initial certificate

Markus Kocybik před 6 roky
rodič
revize
e8bea685ac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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