mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-04 02:19:09 +00:00
DOC: update doc about tls-tickets-keys dump
The unix socket can now dump the tls-tickets-keys.
This commit is contained in:
parent
1d0b36aa66
commit
bb933468b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user