From 17d0c61fa47e09800d1c846bc26a8016677193fe Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 25 Feb 2026 00:49:35 +0100 Subject: [PATCH] review --- cmd/flags.go | 6 +++--- docs/data/zz_cli_help.toml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/flags.go b/cmd/flags.go index 8988a1153..3583944e3 100644 --- a/cmd/flags.go +++ b/cmd/flags.go @@ -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" ) diff --git a/docs/data/zz_cli_help.toml b/docs/data/zz_cli_help.toml index 8dca7e13a..1e09041ca 100644 --- a/docs/data/zz_cli_help.toml +++ b/docs/data/zz_cli_help.toml @@ -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]