From: William Lallemand Date: Tue, 31 May 2016 19:09:53 +0000 (+0200) Subject: DOC: update doc about tls-tickets-keys dump X-Git-Tag: v1.7-dev4~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb933468b477a9c82ad800463c6a7f234e2dd3ac;p=thirdparty%2Fhaproxy.git DOC: update doc about tls-tickets-keys dump The unix socket can now dump the tls-tickets-keys. --- diff --git a/doc/management.txt b/doc/management.txt index 119c3fa6da..caf7eb025f 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -2111,10 +2111,12 @@ show table [ data. ] | [ 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 Completely delete the specified frontend. All the ports it was bound to will