Delete some extra words
This commit is contained in:
parent
decdf72f26
commit
ed107a489a
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Anytime we reference a TLS secret, we mean a PEM-encoded X.509, RSA (2048) secret.
|
||||
|
||||
You can generate a self-signed certificate and private key with with:
|
||||
You can generate a self-signed certificate and private key with:
|
||||
|
||||
```bash
|
||||
$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ${KEY_FILE} -out ${CERT_FILE} -subj "/CN=${HOST}/O=${HOST}"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue