nginx-proxy-manager
nginx-proxy-manager copied to clipboard
internal error cloudflare
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
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.
As of today, I was able to replicate the issue. Thanks to @dullin comment, I was able to reinstall certbot and retrieve a CERT.
Issue is now considered stale. If you want to keep it open, please comment :+1: