You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I've searched similar issues on GitHub and didn't find any.
How do you use lego?
Binary
Detailed Description
I don't know why dns validation often fails, so I used dns.disable-cp. However, there are often cases where the parsing record has not yet been completed and takes effect. I hope to add a delay, such as 10 seconds, and then execute the next step. It is best to customize the delay time unit as seconds.
like:
./lego --dns.disable-cp 15
Thank you to everyone involved in this project :)
The text was updated successfully, but these errors were encountered:
stuck with this issue also... using dns.he.net. I'm updating my certs regularly by cron with simple script and for some reason dns check does not work correctly (maybe coz all networks's dns requests are redirected to caching local dns server, which increasing delay of updating records). for some reason, updating key in dns.he.net are helps for one time...
Welcome
How do you use lego?
Binary
Detailed Description
I don't know why dns validation often fails, so I used
dns.disable-cp
. However, there are often cases where the parsing record has not yet been completed and takes effect. I hope to add a delay, such as 10 seconds, and then execute the next step. It is best to customize the delay time unit as seconds.like:
./lego --dns.disable-cp 15
Thank you to everyone involved in this project :)
The text was updated successfully, but these errors were encountered: