Repository: trafficserver Updated Branches: refs/heads/master 705a1d800 -> ff57da9cf
Remove duplicate proxy.config.ssl.client.CA defaults Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ff57da9c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ff57da9c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ff57da9c Branch: refs/heads/master Commit: ff57da9cf0f37eb3803037daf2014f156973730d Parents: 705a1d8 Author: James Peach <[email protected]> Authored: Tue Mar 4 21:09:09 2014 -0800 Committer: James Peach <[email protected]> Committed: Tue Mar 4 21:09:09 2014 -0800 ---------------------------------------------------------------------- proxy/config/records.config.default.in | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ff57da9c/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index 2eec326..98f29a8 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -523,11 +523,6 @@ CONFIG proxy.config.ssl.server.cert.path STRING @rel_sysconfdir@ # fill in the private key path. Private key names specified in # ssl_multicert.config will be located relative to this path. CONFIG proxy.config.ssl.server.private_key.path STRING @rel_sysconfdir@ - # The CA file name and path are the - # certificate authority certificate that - # client certificates will be verified against. -CONFIG proxy.config.ssl.CA.cert.filename STRING NULL -CONFIG proxy.config.ssl.CA.cert.path STRING @rel_sysconfdir@ ################################ # client related configuration # ################################
