This is an automated email from the ASF dual-hosted git repository.
rrm 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 7ee7519 Adds description for ssl_ticket_number in ssl_multicert docs
(#7091)
7ee7519 is described below
commit 7ee7519f2cc404830e8709397f0d192fe72a7a8e
Author: Randall Meyer <[email protected]>
AuthorDate: Thu Aug 6 17:18:32 2020 -0700
Adds description for ssl_ticket_number in ssl_multicert docs (#7091)
This option was added in e78ecef3fa7101ac3d6ea80a3c065e14ac56c38b
Also removes deprecation notice for ticket_key_name (which was removed in
ATS 8)
---
doc/admin-guide/files/ssl_multicert.config.en.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/admin-guide/files/ssl_multicert.config.en.rst
b/doc/admin-guide/files/ssl_multicert.config.en.rst
index 54a391d..d78bc75 100644
--- a/doc/admin-guide/files/ssl_multicert.config.en.rst
+++ b/doc/admin-guide/files/ssl_multicert.config.en.rst
@@ -106,8 +106,9 @@ ssl_ticket_enabled=1|0 (optional)
OpenSSL should be upgraded to version 0.9.8f or higher. This
option must be set to `0` to disable session ticket support.
-ticket_key_name=FILENAME (optional) [**REMOVED in 7.1.x and 8.0**]
- Ticket key should be set in records.config via
:ts:cv:`proxy.config.ssl.server.ticket_key.filename`
+ssl_ticket_number=INTEGER (optional)
+ Specifies the number of TLSv1.3 session tickets that are issued.
+ This defaults to 2 (the OpenSSL default)
ssl_key_dialog=builtin|"exec:/path/to/program [args]" (optional)
Method used to provide a pass phrase for encrypted private keys. If the