From: Aurelien DARRAGON Date: Mon, 28 Apr 2025 09:30:01 +0000 (+0200) Subject: DOC: config: fix ACME paragraph rendering issue X-Git-Tag: v3.2-dev13~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385b3f923f0f75c6af21165fcab05ce183af16b9;p=thirdparty%2Fhaproxy.git DOC: config: fix ACME paragraph rendering issue Nick Ramirez reported that the ACME paragraph (3.13) caused a rendering issue where simple text was rendered as a directive. This was caused by the use of unescaped which confuses dconv. Let's escape by putting quotes around it to prevent the rendering issue. No backport needed. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 7d5650c57..7ea7fe2ab 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5894,7 +5894,7 @@ ocsp-update [ off | on ] ---------- The ACME protocol can be configured using the "acme" section. The section takes -a argument, which is used to link a certificate to the section. +a "" argument, which is used to link a certificate to the section. The ACME section allows to configure HAProxy as an ACMEv2 client. This feature is experimental meaning that "expose-experimental-directives" must be in the