comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 2897:3f5e91af4a52

Documented automatic rotation of TLS session ticket keys.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 18 Oct 2022 11:56:15 +0100
parents 0d355d154181
children 37e082fd009c
comparison
equal deleted inserted replaced
2896:6bc630596c06 2897:3f5e91af4a52
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="58"> 13 rev="59">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
688 a cache shared between all worker processes. 688 a cache shared between all worker processes.
689 The cache size is specified in bytes; one megabyte can store 689 The cache size is specified in bytes; one megabyte can store
690 about 4000 sessions. 690 about 4000 sessions.
691 Each shared cache should have an arbitrary name. 691 Each shared cache should have an arbitrary name.
692 A cache with the same name can be used in several virtual servers. 692 A cache with the same name can be used in several virtual servers.
693 It is also used to automatically generate, store, and
694 periodically rotate TLS session ticket keys (1.23.2)
695 unless configured explicitly
696 using the <link id="ssl_session_ticket_key"/> directive.
693 </tag-desc> 697 </tag-desc>
694 698
695 </list> 699 </list>
696 </para> 700 </para>
697 701