We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db5bd commit dd75c65Copy full SHA for dd75c65
engine/security/https.md
@@ -118,7 +118,7 @@ config file:
118
119
$ echo extendedKeyUsage = clientAuth >> extfile.cnf
120
121
-Now sign the private key:
+Now, generate the signed certificate:
122
123
$ openssl x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem \
124
-CAcreateserial -out cert.pem -extfile extfile.cnf
0 commit comments