From: Remi Gacogne Date: Fri, 6 Jul 2018 08:18:06 +0000 (+0200) Subject: dnsdist: Fix a typo in the documentation of addTLSLocal()'s options X-Git-Tag: dnsdist-1.3.1~2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25f970992c3a1e853de4715c13e430fe1777a781;p=pdns dnsdist: Fix a typo in the documentation of addTLSLocal()'s options --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index e14a1099d..a0ee1e01f 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -113,7 +113,7 @@ Listen Sockets * ``numberOfTicketsKeys``: int - The maximum number of tickets keys to keep in memory at the same time, if the provider supports it (GnuTLS doesn't, OpenSSL does). Only one key is marked as active and used to encrypt new tickets while the remaining ones can still be used to decrypt existing tickets after a rotation. Default to 5. * ``ticketKeyFile``: str - The path to a file from where TLS tickets keys should be loaded, to support RFC 5077. These keys should be rotated often and never written to persistent storage to preserve forward secrecy. The default is to generate a random key. The OpenSSL provider supports several tickets keys to be able to decrypt existing sessions after the rotation, while the GnuTLS provider only supports one key. * ``ticketsKeysRotationDelay``: int - Set the delay before the TLS tickets key is rotated, in seconds. Default is 43200 (12h). - * ``dibaleTickets``: bool - Disable the use of session resumption via session tickets. Default is false, meaning tickets are enabled. + * ``disableTickets``: bool - Disable the use of session resumption via session tickets. Default is false, meaning tickets are enabled. .. function:: setLocal(address[, options])