From 3445909a63697c46a86961a93fc3e4a79a835b87 Mon Sep 17 00:00:00 2001 From: Remi Tricot-Le Breton Date: Wed, 14 Apr 2021 16:19:28 +0200 Subject: [PATCH] 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. --- doc/management.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/management.txt b/doc/management.txt index 44183282ac..7bca317226 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1948,6 +1948,8 @@ set severity-output [ none | number | string ] 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. 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 -- 2.47.2