From: Remi Tricot-Le Breton Date: Wed, 14 Apr 2021 14:19:29 +0000 (+0200) Subject: DOC: ssl: Certificate hot update works on server certificates X-Git-Tag: v2.4-dev17~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5f0fac7653651e3632bbf6061b19dcac292d655;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/doc/management.txt b/doc/management.txt index 7bca317226..b859f90f0b 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1949,7 +1949,7 @@ set ssl cert 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. + "show ssl cert" command, so on any frontend or backend certificate. If there is no on-going transaction, it will duplicate the certificate in memory to a temporary transaction, then update this transaction with the PEM file in the payload. If a transaction exists with @@ -2723,12 +2723,12 @@ show stat [domain ] [{|} ] [typed|json] \ python -m json.tool show ssl cert [] - Display the list of certificates used on frontends. If a filename is prefixed - by an asterisk, it is a transaction which is not committed yet. If a - filename is specified, it will show details about the certificate. This - command can be useful to check if a certificate was well updated. You can - also display details on a transaction by prefixing the filename by an - asterisk. + Display the list of certificates used on frontends and backends. + If a filename is prefixed by an asterisk, it is a transaction which is not + committed yet. If a filename is specified, it will show details about the + certificate. This command can be useful to check if a certificate was well + updated. You can also display details on a transaction by prefixing the + filename by an asterisk. Example :