fixing a command's description

the command does not create a key, but generates a signed cert based on the CSR.
This commit is contained in:
John Gasper 2018-03-01 10:06:18 -08:00 committed by Joao Fernandes
parent 3a2e0c8e18
commit c1db5bd9a2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ server authentication:
$ echo extendedKeyUsage = serverAuth >> extfile.cnf
Now, generate the key:
Now, generate the signed certificate:
$ openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem \
-CAcreateserial -out server-cert.pem -extfile extfile.cnf