forked from TrueCloudLab/lego
fix: multi-va. (#1201)
This commit is contained in:
parent
8630274c31
commit
6f7c98ee28
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue