Skip to content

Commit

Permalink
Update encryption.md (#1666)
Browse files Browse the repository at this point in the history
101: updated broken link. old link: https://www.openssl.org/docs/man1.0.2/man1/ciphers.html
110: s/reccomended/recommended
  • Loading branch information
Nathan Curry authored Nov 16, 2021
1 parent c5a8201 commit 40082bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/rs/security/admin-console-security/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To set the TLS ciphers for the control plane use the following command:

- Default TLS Protocols: HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH
- Syntax: `rladmin cluster config cipher_suites '<openssl_cipher_list>'`
- Redis Enterprise Software uses openssl to implement TLS ([List of available configurations](https://www.openssl.org/docs/man1.0.2/man1/ciphers.html))
- Redis Enterprise Software uses openssl to implement TLS ([List of available configurations](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html))

The below example uses the Mozilla intermediate compatibility cipher list

Expand All @@ -107,7 +107,7 @@ rladmin cluster config cipher_suites 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AE
```

{{< note >}}
Its generally reccomended to use TLS 1.2 or higher. Ensure you check with your security team for the TLS protocols and ciphers that meet your organizations policies.
Its generally recommended to use TLS 1.2 or higher. Ensure you check with your security team for the TLS protocols and ciphers that meet your organizations policies.
{{< /note >}}

## Requiring HTTPS for API Endpoints
Expand Down

0 comments on commit 40082bf

Please sign in to comment.