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 3a2e0c8 commit c1db5bdCopy full SHA for c1db5bd
engine/security/https.md
@@ -84,7 +84,7 @@ server authentication:
84
85
$ echo extendedKeyUsage = serverAuth >> extfile.cnf
86
87
-Now, generate the key:
+Now, generate the signed certificate:
88
89
$ openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem \
90
-CAcreateserial -out server-cert.pem -extfile extfile.cnf
0 commit comments