From e9b5e56bbe68f5a2afc91d899f6020831aa7dea1 Mon Sep 17 00:00:00 2001 From: Anh Date: Mon, 3 Apr 2017 15:27:13 -0700 Subject: [PATCH] Update https.md (#2594) --- engine/security/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/https.md b/engine/security/https.md index 6216bb33a1..e15ca00781 100644 --- a/engine/security/https.md +++ b/engine/security/https.md @@ -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