Update lego.
This commit is contained in:
parent
63c3ed3931
commit
0034bef6b9
27 changed files with 1663 additions and 14 deletions
6
vendor/github.com/go-acme/lego/providers/dns/exec/exec.go
generated
vendored
6
vendor/github.com/go-acme/lego/providers/dns/exec/exec.go
generated
vendored
|
@ -105,3 +105,9 @@ func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error {
|
|||
func (d *DNSProvider) Timeout() (timeout, interval time.Duration) {
|
||||
return d.config.PropagationTimeout, d.config.PollingInterval
|
||||
}
|
||||
|
||||
// Sequential All DNS challenges for this provider will be resolved sequentially.
|
||||
// Returns the interval between each iteration.
|
||||
func (d *DNSProvider) Sequential() time.Duration {
|
||||
return d.config.PropagationTimeout
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue