Skip to content

Commit c1db5bd

Browse files
jtgasper3joaofnfernandes
authored andcommitted
fixing a command's description
the command does not create a key, but generates a signed cert based on the CSR.
1 parent 3a2e0c8 commit c1db5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/security/https.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ server authentication:
8484

8585
$ echo extendedKeyUsage = serverAuth >> extfile.cnf
8686

87-
Now, generate the key:
87+
Now, generate the signed certificate:
8888

8989
$ openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem \
9090
-CAcreateserial -out server-cert.pem -extfile extfile.cnf

0 commit comments

Comments
 (0)