Skip to content

Commit

Permalink
docs(config) add new client SSL certs properties
Browse files Browse the repository at this point in the history
Introduced in Kong/kong#2556
  • Loading branch information
thibaultcha committed May 25, 2017
1 parent 1f18e33 commit 1fd88fc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/docs/0.10.x/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,35 @@ Default: none

---

##### **client_ssl**

Determines if Nginx should send client-side SSL certificates when proxying
requests.

Default: `off`

---

##### **client_ssl_cert**

If `client_ssl` is enabled, the absolute path to the client SSL certificate for
the `proxy_ssl_certificate` directive. Note that this value is statically
defined on the node, and currently cannot be configured on a per-API basis.

Default: none

---

##### **client_ssl_cert_key**

If `client_ssl` is enabled, the absolute path to the client SSL key for the
`proxy_ssl_certificate_key` address. Note this value is statically defined on
the node, and currently cannot be configured on a per-API basis.

Default: none

---

##### **admin_ssl**

Determines if Nginx should be listening for HTTPS traffic on the
Expand Down

0 comments on commit 1fd88fc

Please sign in to comment.