mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
review
This commit is contained in:
parent
2ddb1f170e
commit
3860d7c444
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue