NginxProxyManager / nginx-proxy-manager

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

internal error cloudflare #4040

Open ilgio opened 2 weeks ago

ilgio commented 2 weeks ago

I followed the guide to allow the certbot to cloudflare with the creation of API but it gives me an error

certbot: error: unrecognized arguments: --dns-cloudflare-credentials /etc/letsencrypt/credentials/credentials-9

Screenshot 2024-10-07 alle 16 17 41 Screenshot 2024-10-07 alle 16 16 56 Screenshot 2024-10-07 alle 16 17 16
dullin commented 2 days ago

I had the same issue (using Proxmox container helper scripts) and the issue was that the plugin for cloudflare was misconfigured https://github.com/tteck/Proxmox/issues/3929

The solution was to manually reinstall the plugin with the command python3 -m pip install --no-cache-dir certbot-dns-cloudflare in the container. After that, the challenge went trough.