We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534bd60 commit 3d47201Copy full SHA for 3d47201
ssl_instructions.md
@@ -22,12 +22,12 @@ demoCA/
22
23
```
24
25
-Generate a private key / certificate to be signed for "localhost"
+Generate a private key / certificate to be signed for "localhost".
26
This certificate will be replaced with the signed one later
27
28
openssl req -x509 -newkey rsa:4096 -keyout test_key.pem -out test_cert.pem -sha256 -nodes -subj '/CN=localhost'
29
30
-Generate certificate signing request
+Generate certificate signing request.
31
When prompted for "Common Name" enter "localhost"
32
33
openssl req -new -sha256 -key test_key.pem -out test_cert.csr.pem -addext "subjectAltName = DNS:localhost"
0 commit comments