Updated Branches:
  refs/heads/master 7d695f1ea -> 30a17bcce

doc: document proxy.config.ssl.server.multicert.filename


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/30a17bcc
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/30a17bcc
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/30a17bcc

Branch: refs/heads/master
Commit: 30a17bccedfba675313204f5610efcc804299355
Parents: 7d695f1
Author: James Peach <[email protected]>
Authored: Mon Aug 19 16:42:40 2013 -0700
Committer: James Peach <[email protected]>
Committed: Mon Aug 19 16:42:40 2013 -0700

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/30a17bcc/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 6749d71..2348baa 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -1665,6 +1665,19 @@ SSL Termination
        authenticated during the SSL handshake. Clients without a
        certificate are not allowed to access Traffic Server.
 
+.. ts:cv:: CONFIG proxy.config.ssl.server.multicert.filename STRING 
ssl_multicert.config
+
+   The location of the :file:`ssl_multicert.config` file, relative
+   to the Traffic Server configuration directory. In the following
+   example, if the Traffic Server configuration directory is
+   `/etc/trafficserver`, the Traffic Server SSL configuration file
+   and the corresponding certificates are located in
+   `/etc/trafficserver/ssl`::
+
+      CONFIG proxy.config.ssl.server.multicert.filename STRING 
ssl/ssl_multicert.config
+      CONFIG proxy.config.ssl.server.cert.path STRING etc/trafficserver/ssl
+      CONFIG proxy.config.ssl.server.private_key.path STRING 
etc/trafficserver/ssl
+
 .. ts:cv:: CONFIG proxy.config.ssl.server.cert.path STRING /config
 
    The location of the SSL certificates and chains used for accepting

Reply via email to