NginxProxyManager / nginx-proxy-manager

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

Porkbun DNS provider broken #3432

Open JacobMillward opened 8 months ago

JacobMillward commented 8 months ago

Checklist

Describe the bug Trying to create a new SSL Certificate using LetsEncrypt and the Porkbun DNS provider fails, with the error:

Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-15" --agree-tos --email "REDACTED" --domains "REDACTED" --authenticator dns-porkbun --dns-porkbun-credentials "/etc/letsencrypt/credentials/credentials-15"
usage: 
  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
certificate. 
certbot: error: unrecognized arguments: --dns-porkbun-credentials /etc/letsencrypt/credentials/credentials-15

    at ChildProcess.exithandler (node:child_process:402:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1100:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)

Nginx Proxy Manager Version v2.10.4

To Reproduce SSL Certificates > Add SSL Certificate > Lets Encrypt.

Attempt to setup a certificate for a domain using the Porkbun DNS provider.

Expected behavior A certificate is correctly provisioned.

Operating System Proxmox LXC Container via Proxmox VE Helper-Scripts

flobere commented 4 months ago

have you installed the required porkbun plugin?

JacobMillward commented 3 months ago

I've since switched my DNS to Cloudflare, as that seems more widely supported. Therefore I cannot update with any more information on this issue.