This is an automated email from the ASF dual-hosted git repository.

mlibbey 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 a8e7e03  Doc: Clarify how to update the ssl sessions ticket file
a8e7e03 is described below

commit a8e7e03dae4f971676ab65cfe2ba34216a3b9f97
Author: Miles Libbey <[email protected]>
AuthorDate: Mon Feb 25 18:03:55 2019 -0800

    Doc: Clarify how to update the ssl sessions ticket file
---
 doc/admin-guide/files/records.config.en.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index 01e6d11..3abea79 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -3321,7 +3321,8 @@ SSL Termination
    The filename of the default and global ticket key for SSL sessions. The 
location is relative to the
    :ts:cv:`proxy.config.ssl.server.cert.path` directory. One way to generate 
this would be to run
    ``head -c48 /dev/urandom | openssl enc -base64 | head -c48 > file.ticket``. 
Also
-   note that OpenSSL session tickets are sensitive to the version of the 
ca-certificates.
+   note that OpenSSL session tickets are sensitive to the version of the 
ca-certificates. Once the
+   file is changed with new tickets, use :option:`traffic_ctl config reload` 
to begin using them.
 
 .. ts:cv:: CONFIG proxy.config.ssl.servername.filename STRING 
ssl_server_name.yaml
 

Reply via email to