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

Add option to ignore DNS for Let's Encrypt per domain #1170

Open
lukasbableck opened this issue Aug 19, 2023 · 1 comment
Open

Add option to ignore DNS for Let's Encrypt per domain #1170

lukasbableck opened this issue Aug 19, 2023 · 1 comment

Comments

@lukasbableck
Copy link
Contributor

Is your feature request related to a problem? Please describe.
For some domains the IP address in Froxlor does not match the IP address in DNS (for example when you're using Cloudflare).
While the feature to check DNS before trying to create a certificate via Let's Encrypt is useful and definitely makes sense to have enabled, it would be great if there would be an option to ignore DNS for a specific domain.

Describe the solution you'd like
Additional option in the domain settings to disable the DNS check.

Describe alternatives you've considered
Disabling the DNS check completely, but that's not really a solution as I would like to leave that enabled

@envoyr
Copy link
Member

envoyr commented Aug 21, 2023

Yes, we could add an option to the domain that skips the DNS check. 🤔

Alternatively, I can think of adding an HTTP challenge (/.well-known/acme-challenge/) verification in addition to the DNS validation.

So the domain could still be checked if it is configured correctly before it runs into a rate limit.

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