This commit is contained in:
Fernandez Ludovic 2026-02-25 01:01:37 +01:00
commit 3860d7c444

View file

@ -267,7 +267,7 @@ func TestChallengeDNSPersist_Run(t *testing.T) {
"--accept-tos",
"--dns-persist",
"--dns-persist.resolvers", ":8053",
"--dns-persist.propagation-disable-ans",
"--dns-persist.propagation.disable-ans",
"--dns-persist.issuer-domain-name", testPersistIssuer,
"--server", "https://localhost:15000/dir",
"--domains", testPersistCLIWildcardDomain,
@ -330,7 +330,7 @@ func TestChallengeDNSPersist_Run_NewAccount(t *testing.T) {
"--accept-tos",
"--dns-persist",
"--dns-persist.resolvers", ":8053",
"--dns-persist.propagation-disable-ans",
"--dns-persist.propagation.disable-ans",
"--dns-persist.issuer-domain-name", testPersistIssuer,
"--server", "https://localhost:15000/dir",
"--domains", testPersistCLIWildcardDomain,
@ -364,7 +364,7 @@ func TestChallengeDNSPersist_Renew(t *testing.T) {
"--accept-tos",
"--dns-persist",
"--dns-persist.resolvers", ":8053",
"--dns-persist.propagation-disable-ans",
"--dns-persist.propagation.disable-ans",
"--dns-persist.issuer-domain-name", testPersistIssuer,
"--server", "https://localhost:15000/dir",
"--domains", testPersistCLIWildcardDomain,
@ -378,7 +378,7 @@ func TestChallengeDNSPersist_Renew(t *testing.T) {
"--email", testPersistCLIRenewEmail,
"--dns-persist",
"--dns-persist.resolvers", ":8053",
"--dns-persist.propagation-disable-ans",
"--dns-persist.propagation.disable-ans",
"--dns-persist.issuer-domain-name", testPersistIssuer,
"--server", "https://localhost:15000/dir",
"--domains", testPersistCLIWildcardDomain,