From eb57f2f8f39c154ca3ddf1204dae0078c4d95c08 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Wed, 24 May 2017 18:44:15 -0700 Subject: [PATCH] docs(config) add new SSL ciphers properties Introduced in Mashape/kong#2555 --- app/docs/0.10.x/configuration.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app/docs/0.10.x/configuration.md b/app/docs/0.10.x/configuration.md index f236f9a7c5fd..ffa3b7f90d5d 100644 --- a/app/docs/0.10.x/configuration.md +++ b/app/docs/0.10.x/configuration.md @@ -403,6 +403,27 @@ Default: `on` --- +##### **ssl_cipher_suite** + +Defines the TLS ciphers served by Nginx. Accepted values are `modern`, +`intermediate`, `old`, or `custom`. +See https://wiki.mozilla.org/Security/Server_Side_TLS for detailed +descriptions of each cipher suite. + +Default: `modern` + +--- + +##### **ssl_ciphers** + +Defines a custom list of TLS ciphers to be served by Nginx. This list must +conform to the pattern defined by `openssl ciphers`. This value is ignored if +`ssl_cipher_suite` is not `custom`. + +Default: none + +--- + ##### **ssl_cert** If `ssl` is enabled, the absolute path to the SSL certificate for the