TS-3437: Make DH params configurable: update docs
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8a4128c1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8a4128c1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8a4128c1 Branch: refs/heads/master Commit: 8a4128c1dcf6e933ff77b9f7fe641b5bc8975a21 Parents: 091b59c Author: Brian Geffon <[email protected]> Authored: Wed Mar 11 15:17:07 2015 -0700 Committer: Brian Geffon <[email protected]> Committed: Wed Mar 11 15:17:07 2015 -0700 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8a4128c1/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 4cad8e8..8d6c843 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2258,6 +2258,11 @@ SSL Termination Unless this is an absolute path, it is loaded relative to the path specified by :ts:cv:`proxy.config.ssl.server.cert.path`. +.. ts:cv:: CONFIG proxy.config.ssl.client.enable_dhparams INT 0 + + Enable or disable the dhparams_file configuration option, + this is disabled by default + .. ts:cv:: CONFIG proxy.config.ssl.server.dhparams_file STRING NULL The name of a file containing a set of Diffie-Hellman key exchange
