this post was submitted on 13 Jul 2024
1 points (100.0% liked)

nginx

4 readers
1 users here now

The nginx community on Reddit. Reddit gives you the best of the internet in one place.

founded 1 year ago
MODERATORS
 
The original post: /r/nginx by /u/Aslimedr_wsnear on 2024-07-13 02:03:28.

I added my internal IP to duckdns (192.168.x.x) - if I go into NGINX Proxy Manager and add the SSL Certificate, when I try to connect using a DNS Challenge I get this error:

Internal error

CommandError: 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-duckdns-credentials /etc/letsencrypt/credentials/credentials-35 --dns-duckdns-no-txt-restore
    at /app/lib/utils.js:16:13
    at ChildProcess.exithandler (node:child_process:410:5)
    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)

I went into my port forwarding and I added

Port: 80,443

Forward IP: IP address of my NGINX server

Forward Port: 80,443

But it still doesn't work. I'm not entirely sure what I am doing wrong.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here