Skip to content

Commit

Permalink
docs(config) add new SSL ciphers properties
Browse files Browse the repository at this point in the history
Introduced in Kong/kong#2555
  • Loading branch information
thibaultcha committed May 25, 2017
1 parent 1fd88fc commit eb57f2f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/docs/0.10.x/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb57f2f

Please sign in to comment.