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: rdw.one
I ran this command:
certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory -d "*.rdw.one" -d rdw.one
It produced this output:
Please deploy a DNS TXT record under the name
_acme-challenge.rdw.one with the following value:
oER8pL7Om27k7l-ioX8BSmsnNQLRg9zfnLxTZ9mcDRk
Before continuing, verify the record is deployed.
(This must be set up in addition to the previous challenges; do not remove,
replace, or undo the previous challenge tasks yet. Note that you might be
asked to create multiple distinct TXT records with the same name. This is
permitted by DNS standards.)
My web server is (include version):
Server version: Apache/2.4.46 (Ubuntu)
Server built: 2020-08-10T12:32:00
The operating system my web server runs on is (include version):
Linux ferio.raindrop.works 5.4.0-144-generic #161-Ubuntu SMP Fri Feb 3 14:49:04 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
My hosting provider, if applicable, is: Self hosted
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 0.40.0
The problem I'm having isn't anything to do with certbot as far as I can see, or my server or anything. I'm using Cloudflare for DNS services, and while I have multiple acme challenge TXT records, the only record that is reporting on any of the handful of record checkers I'm using is the txt record handling my email information
EDIT: Solution was ultimately user error. I didn't realize that _acme-challenge was a discreet subdomain in txt records, so instead of searching rdw.one, I needed to search _acme-challenge.rdw.one