Updated Branches: refs/heads/master 689c6206a -> c78a4f886
doc: add config variable references Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c78a4f88 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c78a4f88 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c78a4f88 Branch: refs/heads/master Commit: c78a4f8865c452e933655192a9751e7fb6f3673a Parents: 689c620 Author: James Peach <[email protected]> Authored: Thu Aug 8 14:30:03 2013 -0700 Committer: James Peach <[email protected]> Committed: Thu Aug 8 14:30:03 2013 -0700 ---------------------------------------------------------------------- doc/reference/configuration/ssl_multicert.config.en.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c78a4f88/doc/reference/configuration/ssl_multicert.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/ssl_multicert.config.en.rst b/doc/reference/configuration/ssl_multicert.config.en.rst index 9ce8e93..9098fc7 100644 --- a/doc/reference/configuration/ssl_multicert.config.en.rst +++ b/doc/reference/configuration/ssl_multicert.config.en.rst @@ -49,7 +49,7 @@ particular SSL certificate. ssl_cert_name=PATH The name of the file containing the TLS certificate. `PATH` is located relative to the directory specified by the - ``proxy.config.ssl.server.cert.path`` configuration variable. + :ts:cv:`proxy.config.ssl.server.cert.path` configuration variable. This is the only field that is required to be present. dest_ip=ADDRESS @@ -67,13 +67,13 @@ ssl_key_name=PATH The name of the file containing the private key for this certificate. If the key is contained in the certificate file, this field can be omitted, otherwise `PATH` is resolved relative to the - ``proxy.config.ssl.server.private_key.path`` configuration variable. + :ts:cv:`proxy.config.ssl.server.private_key.path` configuration variable. ssl_ca_name=FILENAME If the certificate is issued by an authority that is not in the system CA bundle, additional certificates may be needed to validate the certificate chain. `PATH` is resolved relative to the - ``proxy.config.ssl.CA.cert.path`` configuration variable. + :ts:cv:`proxy.config.ssl.CA.cert.path` configuration variable. Certificate Selection =====================
