From dd75c6516270f60cf2dee2f48ee6c8738e00d384 Mon Sep 17 00:00:00 2001 From: John Gasper Date: Thu, 1 Mar 2018 10:14:50 -0800 Subject: [PATCH] Update https.md --- 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 dde991a3ca..5e23fb18d9 100644 --- a/engine/security/https.md +++ b/engine/security/https.md @@ -118,7 +118,7 @@ config file: $ echo extendedKeyUsage = clientAuth >> extfile.cnf -Now sign the private key: +Now, generate the signed certificate: $ openssl x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem \ -CAcreateserial -out cert.pem -extfile extfile.cnf