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 bbc99e2 Add example command to generate session ticket
bbc99e2 is described below
commit bbc99e2d05ed645b22d5f326f9550d391fe97cd6
Author: Miles Libbey <[email protected]>
AuthorDate: Fri Jul 28 11:11:52 2017 -0700
Add example command to generate session ticket
---
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 45b716b..939d17d 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -3132,7 +3132,8 @@ SSL Termination
.. ts:cv:: CONFIG proxy.config.ssl.server.ticket_key.filename STRING
ssl_ticket.key
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.
+ :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``.
.. ts:cv:: CONFIG proxy.config.ssl.max_record_size INT 0
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].