mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-12 08:27:24 +00:00
DOC: ssl: Certificate hot update only works on fronted certificates
The CLI's "set ssl cert" command only works on frontend certificates but the documentation did not specify this limitations yet. This patch can be backported to all stable branches.
This commit is contained in:
parent
e6d03588e9
commit
3445909a63
@ -1948,6 +1948,8 @@ set severity-output [ none | number | string ]
|
||||
set ssl cert <filename> <payload>
|
||||
This command is part of a transaction system, the "commit ssl cert" and
|
||||
"abort ssl cert" commands could be required.
|
||||
This whole transaction system works on any certificate displayed by the
|
||||
"show ssl cert" command, that is only frontend certificates for now.
|
||||
If there is no on-going transaction, it will duplicate the certificate
|
||||
<filename> in memory to a temporary transaction, then update this
|
||||
transaction with the PEM file in the payload. If a transaction exists with
|
||||
|
Loading…
Reference in New Issue
Block a user