froxlor / Froxlor

The server administration software for your needs - The official Froxlor development Git repository
http://www.froxlor.org
GNU General Public License v2.0
1.63k stars 458 forks source link

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

Open lukasbableck opened 1 year ago

lukasbableck commented 1 year ago

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 commented 1 year ago

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.