diff --git a/doc/configuration.txt b/doc/configuration.txt index 45b948603..9f4d1ef6d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -32290,14 +32290,19 @@ challenge-ready [,]* option is independent of the CLI command, so no human intervention is required. + delay - apply an initial wait of "dns-delay" before proceeding. Without + "dns", the challenge is submitted after the delay expires. When + combined with "dns", the initial wait is applied before starting + the DNS pre-checks. + none - no readiness condition; the challenge is submitted to the ACME server immediately without waiting for any external confirmation. This option cannot be combined with others. - Multiple values can be combined with a comma so that both conditions must be - met. The order of the values is not significant. When "cli" and "dns" are - combined, HAProxy first waits for the CLI confirmation before triggering the - DNS propagation check. + Multiple values can be combined with a comma. When several conditions are + specified, HAProxy processes them in the following order: first it waits for + the CLI confirmation ("cli"), then applies the initial delay ("delay"), then + performs the DNS pre-checks ("dns"). This option is only compatible with the dns-01 challenge type. @@ -32322,9 +32327,20 @@ directory directory https://acme-staging-v02.api.letsencrypt.org/directory dns-delay