From b0240bcfaf4d3279244f590d2ffba423213b046e Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Thu, 19 Feb 2026 13:53:50 +0100 Subject: [PATCH] DOC: configuration: add the ACME wiki page link Add the ACME page link to the HAProxy github wiki. --- doc/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index b269fe969..7ae06e6ca 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -31882,6 +31882,9 @@ The ACME section allows to configure HAProxy as an ACMEv2 client. This feature is experimental meaning that "expose-experimental-directives" must be in the global section so this can be used. +A guide is available on the HAProxy wiki +https://github.com/haproxy/wiki/wiki/ACME:--native-haproxy + Current limitations as of 3.3: - The feature is limited to the HTTP-01 or DNS-01 challenges for now. HTTP-01 is completely handled by HAProxy, but DNS-01 needs either the dataplaneAPI or -- 2.47.3