Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Automaticly remove DNS record after acme refresh #71

Open
di-rect opened this issue Aug 8, 2024 · 3 comments
Open

Automaticly remove DNS record after acme refresh #71

di-rect opened this issue Aug 8, 2024 · 3 comments

Comments

@di-rect
Copy link

di-rect commented Aug 8, 2024

Hi,

There are various ways to remove records which I can implement but would it be possible to remove a record after acme updated the belonging certificate for a domain ?

Thanks,

@mholt
Copy link
Owner

mholt commented Aug 8, 2024

I'm not sure what you mean, really; or how ACME is relevant for dynamic DNS... can you elaborate?

@di-rect
Copy link
Author

di-rect commented Aug 8, 2024

Sure I can.

Let's say I have an internal FQDN (based on subdomain) that never goes outside and also is never reachable from outside but needs an wildcard LE certificate and hosts are different when I deploy. It would be nice if dynamicdns could add the record for the fqdn as it can exist ofcourse as the container runs in that specific Public IP but isolated; then removes the same recordd after the wildcard for that internal subdomain has be provisioned by ACME.

@mholt
Copy link
Owner

mholt commented Aug 9, 2024

With the DNS challenge, you don't need any DNS records set. And it's the only way to get a wildcard cert through LE anyway. Have you tried using the DNS challenge? (And then you don't need to remove the A/AAAA records.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants