]> git.kaiwu.me - haproxy.git/commit
DOC: configuration: document challenge-ready and dns-delay options for ACME
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2026 15:36:51 +0000 (17:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2026 16:24:28 +0000 (18:24 +0200)
commitad87ab1f2e6bd8f487481ad48869c3fffc7b44c6
tree0f746d2e7b8f28ce2ece6f443dbb1616baafe347
parent2b0c510affce6a3470697e4848b983036711ed63
DOC: configuration: document challenge-ready and dns-delay options for ACME

Add documentation for two new directives in the acme section:

- challenge-ready: configures the conditions that must be satisfied
  before notifying the ACME server that a dns-01 challenge is ready.
  Accepted values are cli, dns and none. cli waits for an operator
  to signal readiness via the "acme challenge_ready" CLI command. dns
  performs a DNS pre-check against the "default" resolvers section,
  not the authoritative name servers. When both are combined, HAProxy
  waits for the CLI confirmation before triggering the DNS check.

- dns-delay: configures the delay before the first DNS resolution
  attempt and between retries when challenge-ready includes dns.
  Default is 300 seconds.
doc/configuration.txt