comparison xml/en/docs/mail/ngx_mail_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
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_ssl_module" 10 <module name="Module ngx_mail_ssl_module"
11 link="/en/docs/mail/ngx_mail_ssl_module.html" 11 link="/en/docs/mail/ngx_mail_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="25"> 13 rev="26">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_mail_ssl_module</literal> module provides the necessary 18 The <literal>ngx_mail_ssl_module</literal> module provides the necessary
481 The cache size is specified in bytes; one megabyte can store 481 The cache size is specified in bytes; one megabyte can store
482 about 4000 sessions. 482 about 4000 sessions.
483 Each shared cache should have an arbitrary name. 483 Each shared cache should have an arbitrary name.
484 A cache with the same name can be used in several 484 A cache with the same name can be used in several
485 servers. 485 servers.
486 It is also used to automatically generate, store, and
487 periodically rotate TLS session ticket keys (1.23.2)
488 unless configured explicitly
489 using the <link id="ssl_session_ticket_key"/> directive.
486 </tag-desc> 490 </tag-desc>
487 491
488 </list> 492 </list>
489 </para> 493 </para>
490 494