This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 405ce9f doc: Fix ssl.server.{cert,private_key}.path examples
405ce9f is described below
commit 405ce9f5791746a5b91e90db3d7649aa8ba2b2e5
Author: Valentin Gutierrez <[email protected]>
AuthorDate: Fri Mar 15 11:49:22 2019 +0100
doc: Fix ssl.server.{cert,private_key}.path examples
Quotes are not needed and they actually force ATS to use a wrong path:
ERROR: failed to load certificate chain from
/usr/"/opt/ts/etc/ssl/certs/"/rsa.crt
---
doc/admin-guide/security/index.en.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/admin-guide/security/index.en.rst
b/doc/admin-guide/security/index.en.rst
index 22d59b8..29d9da1 100644
--- a/doc/admin-guide/security/index.en.rst
+++ b/doc/admin-guide/security/index.en.rst
@@ -109,8 +109,8 @@ Client/Traffic Server connections, you must do the
following:
#. Set the appropriate base path for your SSL certificates and private keys
in :file:`records.config`. ::
- CONFIG proxy.config.ssl.server.cert.path STRING
"/opt/ts/etc/ssl/certs/"
- CONFIG proxy.config.ssl.server.private_key.path STRING
"/opt/ts/etc/ssl/keys/"
+ CONFIG proxy.config.ssl.server.cert.path STRING /opt/ts/etc/ssl/certs/
+ CONFIG proxy.config.ssl.server.private_key.path STRING
/opt/ts/etc/ssl/keys/
#. Add an entry to :file:`ssl_multicert.config` for each certificate and key
which your Traffic Server system will be using to terminate SSL connections