nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

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

Open rasulkireev opened this issue 3 years ago • 3 comments

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.

rasulkireev avatar Dec 21 '22 15:12 rasulkireev

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/

AridTag avatar Dec 22 '22 02:12 AridTag

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

github-actions[bot] avatar Feb 01 '24 01:02 github-actions[bot]

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.

DanielRios549 avatar Jun 21 '24 15:06 DanielRios549