Skip to content

Commit dd75c65

Browse files
jtgasper3joaofnfernandes
authored andcommitted
Update https.md
1 parent c1db5bd commit dd75c65

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
@@ -118,7 +118,7 @@ config file:
118118

119119
$ echo extendedKeyUsage = clientAuth >> extfile.cnf
120120

121-
Now sign the private key:
121+
Now, generate the signed certificate:
122122

123123
$ openssl x509 -req -days 365 -sha256 -in client.csr -CA ca.pem -CAkey ca-key.pem \
124124
-CAcreateserial -out cert.pem -extfile extfile.cnf

0 commit comments

Comments
 (0)