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: ftp.netexsw.com/ftp.netex.com
I ran this command: certbot certonly --manual --preferred-challenges dns -d ftp.netexsw.com -d ftp.netex.com
It produced this output:
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: ftp.netexsw.com
Type: unauthorized
Detail: Incorrect TXT record "YNS-9YBndPa-aWcBJFvHenFgVd0wbAmuBLj6SkD3VzQ" found at _acme-challenge.ftp.netexsw.com
My web server is (include version): Apache 2.4.37-65.module_el8.10.0+3872+9b8ab21e.1
The operating system my web server runs on is (include version): AlmaLinux 8 with all available updates
My hosting provider, if applicable, is: self-hosting
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.11.0
I'm trying to generate a new cert using the above command. The first time I ran the command, the TXT record validation for "ftp.netex.com" passed but the TXT record validation for "ftp.netexsw.com" failed. I'm pretty sure it is because I did not wait long enough for Network Solutions to push out the DNS record creation.
I tried to rerun the command and it spit out a new TXT validation string for ftp.netexsw.com. After editing the corresponding challenge TXT record to match the new string and using the suggested Google Admin Toolbox command to confirm that the TXT record displays the new string, I hit enter to move forward but it keeps saying it found the same invalid TXT record.
Why does Certbot continue to report an incorrect string despite the Google Admin Toolbox command showing that I have the correct/current string for that text record?
Thanks in advance!