Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow setting wait time manually before DNS propagation is assumed complete #2253

Closed
1 task done
belidzs opened this issue Aug 29, 2024 · 1 comment
Closed
1 task done

Comments

@belidzs
Copy link

belidzs commented Aug 29, 2024

Welcome

  • Yes, I've searched similar issues on GitHub and didn't find any.

How do you use lego?

Binary

Detailed Description

I use lego to renew certificates in an environment where external DNS queries are blocked. This means it's not possible to query the authoritive DNS servers and using the local ones for this purpose is not a reliable method due to caching. Because of this, using --dns.disable-cp is not helping in this case (it returns propagated immediately if it already has something in the cache).

A solution would be if I could define a specific waiting time between creating the DNS record and asking the ACME server to validate it. With an appropriately set interval, the record is probably already propagated and the server will be able to validate it.

A similar approach has been implemented Traefik and it works quite well

@ldez ldez added the duplicate label Aug 29, 2024
@ldez
Copy link
Member

ldez commented Aug 29, 2024

duplicate of #2030

@ldez ldez closed this as completed Aug 29, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

No branches or pull requests

2 participants