]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix ACME paragraph rendering issue
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 28 Apr 2025 09:30:01 +0000 (11:30 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 28 Apr 2025 10:23:12 +0000 (12:23 +0200)
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.

doc/configuration.txt

index 7d5650c57fbb00b38693375d6fd534fb6bfa1d59..7ea7fe2ab18c68d80a70705467e46b8c5ae5bf18 100644 (file)
@@ -5894,7 +5894,7 @@ ocsp-update [ off | on ]
 ----------
 
 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
 is experimental meaning that "expose-experimental-directives" must be in the