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:
novihan.topche.net
I ran this command:
/opt/certbot/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-15" --agree-tos --email "topche@gmail.com" --preferred-challenges "dns,http" --domains "novihan.topche.net"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
It produced this output:
Error: Command failed: /opt/certbot/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-15" --agree-tos --email "topche@gmail.com" --preferred-challenges "dns,http" --domains "novihan.topche.net"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for novihan.topche.net
Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
Waiting for verification...
Challenge failed for domain novihan.topche.net
http-01 challenge for novihan.topche.net
Cleaning up challenges
Some challenges have failed.
at ChildProcess.exithandler (node:child_process:326:12)
at ChildProcess.emit (node:events:369:20)
at maybeClose (node:internal/child_process:1067:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
My web server is (include version):
nginx/v2.9.3 (docker on Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 20.04
Version 2.9.3 (92eec95) 2021-05-20 23:13:32 UTC, OpenResty 1.19.3.1, debian 10 (buster), Certbot certbot 1.15.0
Base: debian:stable-slim, linux/amd64
Node: jc21/nginx-full:latest, linux/amd64
My hosting provider, if applicable, is:
host on my servers
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):
nginxProxyManager running on docker
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
Looks my records are correct. What is the problem