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. https://crt.sh/?q=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: whizmann.com
I ran this command:
certbot -v certonly --manual --preferred-challenge dns -d 'whizmann.com' -d '*.whizmann.com'
It produced this output:
Please deploy a DNS TXT record under the name:
_acme-challenge.whizmann.com.
with the following value:
x3fg8NY6aDVSBPgbn3ZJeZiZyesKKL6pcmzggPqXQjc
[ ... etc. ... ]
Waiting for verification...
Challenge failed for domain whizmann.com
dns-01 challenge for whizmann.comCertbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: whizmann.com
Type: unauthorized
Detail: Incorrect TXT record "x3fg8NY6aDVSBPgbn3ZJeZiZyesKKL6pcmzggPqXQjc" found at _acme-challenge.whizmann.comHint: The Certificate Authority failed to verify the manually created DNS TXT records. Ensure that you created these in the correct location, or try waiting longer for DNS propagation on the next attempt.
Note that certbot itself specified the following value:
x3fg8NY6aDVSBPgbn3ZJeZiZyesKKL6pcmzggPqXQjc
... but then certbot itself said that it indeed found this exact _acme-challenge value (see above), but certbot then rejected it.
Why did certbot find and then reject the exact,same _acme-challenge value that it specified?
My web server is (include version):
Lighttpd 1.4.79-2 (but I stopped lighttpd before running certbot and had certbot use its own web server).
The operating system my web server runs on is (include version):
Debian 13
My hosting provider, if applicable, is:
Directnic
I can login to a root shell on my machine (yes or no, or I don't know):
Yes. And I was logged on as root when I ran the above certbot command.
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-5.2.2