Skip to content

Commit 3d47201

Browse files
authoredDec 4, 2022
Update ssl_instructions.md
1 parent 534bd60 commit 3d47201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ssl_instructions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ demoCA/
2222
2323
```
2424

25-
Generate a private key / certificate to be signed for "localhost"
25+
Generate a private key / certificate to be signed for "localhost".
2626
This certificate will be replaced with the signed one later
2727

2828
openssl req -x509 -newkey rsa:4096 -keyout test_key.pem -out test_cert.pem -sha256 -nodes -subj '/CN=localhost'
2929

30-
Generate certificate signing request
30+
Generate certificate signing request.
3131
When prompted for "Common Name" enter "localhost"
3232

3333
openssl req -new -sha256 -key test_key.pem -out test_cert.csr.pem -addext "subjectAltName = DNS:localhost"

0 commit comments

Comments
 (0)
Please sign in to comment.