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 44b4b0a commit 17adf06Copy full SHA for 17adf06
_fixture/certs/README.md
@@ -1,4 +1,4 @@
1
-To generate a valid certificate and private key use following command:
+To generate a valid certificate and private key use the following command:
2
3
```bash
4
# In OpenSSL ≥ 1.1.1
@@ -7,7 +7,7 @@ openssl req -x509 -newkey rsa:4096 -sha256 -days 9999 -nodes \
7
-addext "subjectAltName=DNS:localhost,IP:127.0.0.1,IP:::1"
8
```
9
10
-To check a certificate use following command:
+To check a certificate use the following command:
11
12
openssl x509 -in cert.pem -text
13
0 commit comments