Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: base.tradonado.com
I ran this command: I am using the nginxPM web UI, but the logs show this:
certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-8" --agree-tos --email "xxx@xxx.com" --domains "base.tradonado.com" --authenticator dns-namecheap --dns-namecheap-credentials "/etc/letsencrypt/credentials/credentials-8"
It produced this output:
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-8" --agree-tos --email "xxx@xxx.com" --domains "base.tradonado.com" --authenticator dns-namecheap --dns-namecheap-credentials "/etc/letsencrypt/credentials/credentials-8"
Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Unable to determine zone identifier for base.tradonado.com using zone names: ['base.tradonado.com', 'tradonado.com', 'com']
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
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)
My web server is (include version):
Nginx Proxy Manager 2.10.4 on Docker
The operating system my web server runs on is (include version):
It's a docker image. The terminal greets with:
Version 2.10.3 (824c837) 2023-05-10 04:56:28 UTC, OpenResty 1.21.4.1, debian 10 (buster), Certbot certbot 2.5.0
My hosting provider, if applicable, is: DNS provider: Namecheap
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.5.0
I tried renewing a certificate expiring today, which had been renewed a couple of times before and am stuck with above situation. Googling and tinkering did not help. I tried both renewal and after the cert was expired removed it to try and get a fresh one - with the same result.
Thanks!