comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2920:8033ffaedeb9

Documented automatic rotation of TLS ticket keys for stream/mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 22 Dec 2022 10:35:55 +0000
parents 0d355d154181
children 37e082fd009c
comparison
equal deleted inserted replaced
2919:b2249a72e3de 2920:8033ffaedeb9
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="30"> 12 rev="31">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0) 17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0)
505 The cache size is specified in bytes; one megabyte can store 505 The cache size is specified in bytes; one megabyte can store
506 about 4000 sessions. 506 about 4000 sessions.
507 Each shared cache should have an arbitrary name. 507 Each shared cache should have an arbitrary name.
508 A cache with the same name can be used in several 508 A cache with the same name can be used in several
509 servers. 509 servers.
510 It is also used to automatically generate, store, and
511 periodically rotate TLS session ticket keys (1.23.2)
512 unless configured explicitly
513 using the <link id="ssl_session_ticket_key"/> directive.
510 </tag-desc> 514 </tag-desc>
511 515
512 </list> 516 </list>
513 </para> 517 </para>
514 518