mirror of
https://github.com/go-acme/lego.git
synced 2025-02-15 09:12:31 +02:00
fix: multi-va. (#1201)
This commit is contained in:
parent
8630274c31
commit
6f7c98ee28
@ -126,6 +126,8 @@ func (c *Challenge) Solve(authz acme.Authorization) error {
|
||||
|
||||
log.Infof("[%s] acme: Checking DNS record propagation using %+v", domain, recursiveNameservers)
|
||||
|
||||
time.Sleep(interval)
|
||||
|
||||
err = wait.For("propagation", timeout, interval, func() (bool, error) {
|
||||
stop, errP := c.preCheck.call(domain, fqdn, value)
|
||||
if !stop || errP != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user