indicate configuration for DHE based ciphers
This commit is contained in:
parent
3e7eb5b3a0
commit
948265f2e8
1 changed files with 2 additions and 0 deletions
|
@ -511,6 +511,8 @@ The default cipher list is:
|
|||
|
||||
The ordering of a ciphersuite is very important because it decides which algorithms are going to be selected in priority. The recommendation above prioritizes algorithms that provide perfect [forward secrecy](https://wiki.mozilla.org/Security/Server_Side_TLS#Forward_Secrecy).
|
||||
|
||||
DHE-based cyphers will not be available until DH parameter is configured [Custom DH parameters for perfect forward secrecy](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/ssl-dh-param)
|
||||
|
||||
Please check the [Mozilla SSL Configuration Generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/).
|
||||
|
||||
__Note:__ ssl_prefer_server_ciphers directive will be enabled by default for http context.
|
||||
|
|
Loading…
Reference in a new issue