xml/en/docs/http/ngx_http_ssl_module.xml |  5 ++++-
 xml/ru/docs/http/ngx_http_ssl_module.xml |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)


# HG changeset patch
# User Yaroslav Zhuravlev <y...@nginx.com>
# Date 1664828002 -3600
#      Mon Oct 03 21:13:22 2022 +0100
# Node ID 547c4be44f0db08923b7dd33bca262d009219a3a
# Parent  9708787aafc70744296baceb2aa0092401a4ef34
Documented automatic rotation of TLS session ticket keys.

diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml
--- a/xml/en/docs/http/ngx_http_ssl_module.xml
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="58">
+        rev="59">
 
 <section id="summary">
 
@@ -690,6 +690,9 @@
 about 4000 sessions.
 Each shared cache should have an arbitrary name.
 A cache with the same name can be used in several virtual servers.
+In shared cache,
+TLS session ticket keys
+are automatically generated, stored, and periodically rotated.
 </tag-desc>
 
 </list>
diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="58">
+        rev="59">
 
 <section id="summary">
 
@@ -696,6 +696,9 @@
 У каждого разделяемого кэша должно быть произвольное название.
 Кэш с одинаковым названием может использоваться в нескольких
 виртуальных серверах.
+В разделяемом кэше также
+автоматически создаются, хранятся и периодически обновляются
+ключи TLS session tickets.
 </tag-desc>
 
 </list>
_______________________________________________
nginx-devel mailing list -- nginx-devel@nginx.org
To unsubscribe send an email to nginx-devel-le...@nginx.org

Reply via email to