DOC: ssl: Certificate hot update works on server certificates

The CLI's "set ssl cert" command also works on backend certificates
(see GitHub issue #427).

It does not need to be backported.
This commit is contained in:
Remi Tricot-Le Breton 2021-04-14 16:19:29 +02:00 committed by William Lallemand
parent 3445909a63
commit b5f0fac765

View File

@ -1949,7 +1949,7 @@ set ssl cert <filename> <payload>
This command is part of a transaction system, the "commit ssl cert" and This command is part of a transaction system, the "commit ssl cert" and
"abort ssl cert" commands could be required. "abort ssl cert" commands could be required.
This whole transaction system works on any certificate displayed by the This whole transaction system works on any certificate displayed by the
"show ssl cert" command, that is only frontend certificates for now. "show ssl cert" command, so on any frontend or backend certificate.
If there is no on-going transaction, it will duplicate the certificate If there is no on-going transaction, it will duplicate the certificate
<filename> in memory to a temporary transaction, then update this <filename> in memory to a temporary transaction, then update this
transaction with the PEM file in the payload. If a transaction exists with transaction with the PEM file in the payload. If a transaction exists with
@ -2723,12 +2723,12 @@ show stat [domain <dns|proxy>] [{<iid>|<proxy>} <type> <sid>] [typed|json] \
python -m json.tool python -m json.tool
show ssl cert [<filename>] show ssl cert [<filename>]
Display the list of certificates used on frontends. If a filename is prefixed Display the list of certificates used on frontends and backends.
by an asterisk, it is a transaction which is not committed yet. If a If a filename is prefixed by an asterisk, it is a transaction which is not
filename is specified, it will show details about the certificate. This committed yet. If a filename is specified, it will show details about the
command can be useful to check if a certificate was well updated. You can certificate. This command can be useful to check if a certificate was well
also display details on a transaction by prefixing the filename by an updated. You can also display details on a transaction by prefixing the
asterisk. filename by an asterisk.
Example : Example :