]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix a typo in the documentation of addTLSLocal()'s options
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Jul 2018 08:18:06 +0000 (10:18 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Jul 2018 08:18:06 +0000 (10:18 +0200)
pdns/dnsdistdist/docs/reference/config.rst

index e14a1099d237970f80ab9da97ce1c05babf499f2..a0ee1e01fe9d425fc3e649320dec8c63f6c7070d 100644 (file)
@@ -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])