Skip to content

Commit 17adf06

Browse files
committed
Fix spelling and grammar
1 parent 44b4b0a commit 17adf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_fixture/certs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To generate a valid certificate and private key use following command:
1+
To generate a valid certificate and private key use the following command:
22

33
```bash
44
# In OpenSSL ≥ 1.1.1
@@ -7,7 +7,7 @@ openssl req -x509 -newkey rsa:4096 -sha256 -days 9999 -nodes \
77
-addext "subjectAltName=DNS:localhost,IP:127.0.0.1,IP:::1"
88
```
99

10-
To check a certificate use following command:
10+
To check a certificate use the following command:
1111
```bash
1212
openssl x509 -in cert.pem -text
1313
```

0 commit comments

Comments
 (0)