Update https.md (#2594)

This commit is contained in:
Anh 2017-04-03 15:27:13 -07:00 committed by John Mulhausen
parent 75d5a853e2
commit e9b5e56bbe
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ config file:
$ echo extendedKeyUsage = clientAuth > extfile.cnf
Now sign the public key:
Now sign the private key:
$ openssl x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem \
-CAcreateserial -out cert.pem -extfile extfile.cnf