Problem renewing the cert with DNS-01 challenge

Hey, I found a way to resolve this issue. There is a global option in the Lego documentations that works for my:

   --dns.disable-cp             By setting this flag to true disables the need to wait for the propagation of the TXT record to all authoritative name servers.

So I modified my static configuration by adding this line:

disablePropagationCheck = true

New the cert is there and working

1 Like