From 385b3f923f0f75c6af21165fcab05ce183af16b9 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Mon, 28 Apr 2025 11:30:01 +0200 Subject: [PATCH] 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. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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