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

Update 'global/certbot-dns-plugins.json' to apply SSL certs for CloudFlare.

Open tom-kst opened this issue 5 months ago • 1 comments

Neither dns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567 nor dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567 were no longer working for CloudFlare SSL certificates applying. And I've modified it manually as below and it worked successfully.

# Cloudflare API credentials used by Certbot
dns_cloudflare_email = [email protected]
dns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234

tom-kst avatar Jun 11 '25 09:06 tom-kst

Docker Image for build 1 is available on DockerHub as nginxproxymanager/nginx-proxy-manager-dev:pr-4574

Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes Note: this is a different docker image namespace than the official image