NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.52k stars 2.61k forks source link

Add Netlify DNS to the list of DNS Providers for the DNS Challenge #2496

Open rasulkireev opened 1 year ago

rasulkireev commented 1 year ago

Hello all,

I'm trying to enable SSL for domains created via Netlify DNS. I've ran into a problem where Netlify DNS is setting up an SSL Certificate for all subdomains I create there, and there is no way to disable it there.

I asked for the solution on their channel and got this. Their recommendation is to use a DNS challenge. Unfortunately, NGINX Proxy Manager doesn't yet support Netlify DNS for that.

Can anyone help me with this?

I'm a Backend Engineer with about 3 years of experience and would love to help adding this feature, but am currently in the dark. If someone who knows more about this could provide help, feedback, that would be awesome! Thanks a ton in advance.

AridTag commented 1 year ago

You can try using the CI build from #2402 or use the changes from that branch to create your own docker image (as I have until it gets merged, if it gets merged). You just select DNS Multi from the dropdown and fill in the details for your specifc DNS provider.

See the Usage section here: https://pypi.org/project/certbot-dns-multi/

github-actions[bot] commented 8 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1:

DanielRios549 commented 3 months ago

I have this problem. I added a subdomain my own Netlify domain, but it throws an error to generate the certificate, the log says: no valid A records found for sub.domain.com; no valid AAAA records found for sub.domain.com". That's really true, I have a CNAME entry only, but I don't know if it throws this error because it really doesn't exist or if it simply cannot reach it.