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 <name> which confuses dconv.

Let's escape <name> by putting quotes around it to prevent the rendering
issue.

No backport needed.
This commit is contained in:
Aurelien DARRAGON 2025-04-28 11:30:01 +02:00
parent 83975f34e4
commit 385b3f923f

View File

@ -5894,7 +5894,7 @@ ocsp-update [ off | on ]
---------- ----------
The ACME protocol can be configured using the "acme" section. The section takes The ACME protocol can be configured using the "acme" section. The section takes
a <name> argument, which is used to link a certificate to the section. a "<name>" argument, which is used to link a certificate to the section.
The ACME section allows to configure HAProxy as an ACMEv2 client. This feature The ACME section allows to configure HAProxy as an ACMEv2 client. This feature
is experimental meaning that "expose-experimental-directives" must be in the is experimental meaning that "expose-experimental-directives" must be in the