TS-1930 Fix some confusing help text around SSL cert chains
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c18a8d93 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c18a8d93 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c18a8d93 Branch: refs/heads/3.3.x Commit: c18a8d9336cd35602c6c415c55add7c5e71eabfd Parents: 1ca7c1a Author: Leif Hedstrom <[email protected]> Authored: Thu May 30 13:48:42 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Thu May 30 13:48:45 2013 -0600 ---------------------------------------------------------------------- proxy/config/records.config.default.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c18a8d93/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index f09ffe2..5918afb 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -514,8 +514,9 @@ CONFIG proxy.config.ssl.compression INT 0 # 1 client certificates optional # 2 client certificates required CONFIG proxy.config.ssl.client.certification_level INT 0 - # Server cert chain filename is the name of the cert chain file - # for a single cert system. + # Server cert chain filename is the name of the global cert chain file + # that is added to every cert in ssl_multicert.config. This file is only + # loaded if there are configurations in ssl_multicert.config. CONFIG proxy.config.ssl.server.cert_chain.filename STRING NULL # This is the path that SSL certificates files are relative to. Certificate # names specified in ssl_multicert.config will be located relative to this path.
