]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: update doc about tls-tickets-keys dump
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 May 2016 19:09:53 +0000 (21:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jun 2016 08:50:50 +0000 (10:50 +0200)
The unix socket can now dump the tls-tickets-keys.

doc/management.txt

index 119c3fa6da71ff180dae58228372cca549d8af18..caf7eb025fbb24f39ed8ab48aeabe3a15067e7d7 100644 (file)
@@ -2111,10 +2111,12 @@ show table <name> [ data.<type> <operator> <value> ] | [ key <key> ]
           | fgrep 'key=' | cut -d' ' -f2 | cut -d= -f2 > abusers-ip.txt
           ( or | awk '/key/{ print a[split($2,a,"=")]; }' )
 
-show tls-keys
-  Dump all loaded TLS ticket keys. The TLS ticket key reference ID and the
-  file from which the keys have been loaded is shown. Both of those can be
-  used to update the TLS keys using "set ssl tls-key".
+show tls-keys [id|*]
+  Dump all loaded TLS ticket keys references. The TLS ticket key reference ID
+  and the file from which the keys have been loaded is shown. Both of those
+  can be used to update the TLS keys using "set ssl tls-key". If an ID is
+  specified as parameter, it will dump the tickets, using * it will dump every
+  keys from every references.
 
 shutdown frontend <frontend>
   Completely delete the specified frontend. All the ports it was bound to will