This commit is contained in:
Fernandez Ludovic 2026-02-25 00:49:35 +01:00
commit 17d0c61fa4
2 changed files with 9 additions and 9 deletions

View file

@ -134,9 +134,9 @@ const (
flgDNSPersist = "dns-persist"
flgDNSPersistIssuerDomainName = "dns-persist.issuer-domain-name"
flgDNSPersistPersistUntil = "dns-persist.persist-until"
flgDNSPersistPropagationWait = "dns-persist.propagation-wait"
flgDNSPersistPropagationDisableANS = "dns-persist.propagation-disable-ans"
flgDNSPersistPropagationRNS = "dns-persist.propagation-rns"
flgDNSPersistPropagationWait = "dns-persist.propagation.wait"
flgDNSPersistPropagationDisableANS = "dns-persist.propagation.disable-ans"
flgDNSPersistPropagationRNS = "dns-persist.propagation.rns"
flgDNSPersistResolvers = "dns-persist.resolvers"
flgDNSPersistTimeout = "dns-persist.timeout"
)

View file

@ -95,9 +95,9 @@ OPTIONS:
--dns-persist Use the DNS-PERSIST-01 challenge to solve challenges. Manual verification only. Can be mixed with other types of challenges. [$LEGO_DNS_PERSIST]
--dns-persist.issuer-domain-name string Override the issuer-domain-name to use for DNS-PERSIST-01 when multiple are offered. Must be offered by the challenge. [$LEGO_DNS_PERSIST_ISSUER_DOMAIN_NAME]
--dns-persist.persist-until time Set the optional persistUntil for DNS-PERSIST-01 records as an RFC3339 timestamp (for example 2026-03-01T00:00:00Z). [$LEGO_DNS_PERSIST_PERSIST_UNTIL]
--dns-persist.propagation-disable-ans By setting this flag to true, disables the need to await propagation of the TXT record to all authoritative name servers. [$LEGO_DNS_PERSIST_PROPAGATION_DISABLE_ANS]
--dns-persist.propagation-rns By setting this flag to true, uses all the recursive name servers (aka resolvers) to check propagation of the TXT record. [$LEGO_DNS_PERSIST_PROPAGATION_RNS]
--dns-persist.propagation-wait duration By setting this flag, disables all the propagation checks of the TXT record and uses a wait duration instead. (default: 0s) [$LEGO_DNS_PERSIST_PROPAGATION_WAIT]
--dns-persist.propagation.disable-ans By setting this flag to true, disables the need to await propagation of the TXT record to all authoritative name servers. [$LEGO_DNS_PERSIST_PROPAGATION_DISABLE_ANS]
--dns-persist.propagation.rns By setting this flag to true, uses all the recursive name servers (aka resolvers) to check propagation of the TXT record. [$LEGO_DNS_PERSIST_PROPAGATION_RNS]
--dns-persist.propagation.wait duration By setting this flag, disables all the propagation checks of the TXT record and uses a wait duration instead. (default: 0s) [$LEGO_DNS_PERSIST_PROPAGATION_WAIT]
--dns-persist.resolvers string [ --dns-persist.resolvers string ] Set the resolvers to use for DNS-PERSIST-01 TXT lookups. Supported: host:port. The default is to use the system resolvers, or Google's DNS resolvers if the system's cannot be determined. [$LEGO_DNS_PERSIST_RESOLVERS]
--dns-persist.timeout int Set the DNS timeout value to a specific value in seconds. Used for DNS-PERSIST-01 lookups. (default: 0) [$LEGO_DNS_PERSIST_TIMEOUT]
@ -203,9 +203,9 @@ OPTIONS:
--dns-persist Use the DNS-PERSIST-01 challenge to solve challenges. Manual verification only. Can be mixed with other types of challenges. [$LEGO_DNS_PERSIST]
--dns-persist.issuer-domain-name string Override the issuer-domain-name to use for DNS-PERSIST-01 when multiple are offered. Must be offered by the challenge. [$LEGO_DNS_PERSIST_ISSUER_DOMAIN_NAME]
--dns-persist.persist-until time Set the optional persistUntil for DNS-PERSIST-01 records as an RFC3339 timestamp (for example 2026-03-01T00:00:00Z). [$LEGO_DNS_PERSIST_PERSIST_UNTIL]
--dns-persist.propagation-disable-ans By setting this flag to true, disables the need to await propagation of the TXT record to all authoritative name servers. [$LEGO_DNS_PERSIST_PROPAGATION_DISABLE_ANS]
--dns-persist.propagation-rns By setting this flag to true, uses all the recursive name servers (aka resolvers) to check propagation of the TXT record. [$LEGO_DNS_PERSIST_PROPAGATION_RNS]
--dns-persist.propagation-wait duration By setting this flag, disables all the propagation checks of the TXT record and uses a wait duration instead. (default: 0s) [$LEGO_DNS_PERSIST_PROPAGATION_WAIT]
--dns-persist.propagation.disable-ans By setting this flag to true, disables the need to await propagation of the TXT record to all authoritative name servers. [$LEGO_DNS_PERSIST_PROPAGATION_DISABLE_ANS]
--dns-persist.propagation.rns By setting this flag to true, uses all the recursive name servers (aka resolvers) to check propagation of the TXT record. [$LEGO_DNS_PERSIST_PROPAGATION_RNS]
--dns-persist.propagation.wait duration By setting this flag, disables all the propagation checks of the TXT record and uses a wait duration instead. (default: 0s) [$LEGO_DNS_PERSIST_PROPAGATION_WAIT]
--dns-persist.resolvers string [ --dns-persist.resolvers string ] Set the resolvers to use for DNS-PERSIST-01 TXT lookups. Supported: host:port. The default is to use the system resolvers, or Google's DNS resolvers if the system's cannot be determined. [$LEGO_DNS_PERSIST_RESOLVERS]
--dns-persist.timeout int Set the DNS timeout value to a specific value in seconds. Used for DNS-PERSIST-01 lookups. (default: 0) [$LEGO_DNS_PERSIST_TIMEOUT]