From c1db5bd9a2c1bec507639642dfbfbbe0ddb1bec0 Mon Sep 17 00:00:00 2001 From: John Gasper Date: Thu, 1 Mar 2018 10:06:18 -0800 Subject: [PATCH] fixing a command's description the command does not create a key, but generates a signed cert based on the CSR. --- 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 95dbe361e2..dde991a3ca 100644 --- a/engine/security/https.md +++ b/engine/security/https.md @@ -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