Add keyUsage to signcsr.cnf

This commit is contained in:
loop0day
2019-05-01 00:53:31 +08:00
parent 4a20b5f54c
commit 6426496b01

View File

@@ -186,6 +186,7 @@ basicConstraints=CA:FALSE
# This is typical in keyUsage for a client certificate.
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
keyUsage = digitalSignature
# This will be displayed in Netscape's comment listbox.
nsComment = "OpenSSL Generated Certificate"