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:
platinum.edu.pl
I ran this command:
certbot certonly --manual --preferred-challenges=dns --email [admin email was here] --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d *.platinum.edu.pl
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Obtaining a new certificate
Performing the following challenges:
dns-01 challenge for platinum.edu.pl
NOTE: The IP of this machine will be publicly logged as having requested this
certificate. If you're running certbot in manual mode on a machine that is not
your server, please ensure you're okay with that.
Are you OK with your IP being logged?
(Y)es/(N)o: y
Please deploy a DNS TXT record under the name
_acme-challenge.platinum.edu.pl with the following value:
rz-16VWoNVzfEmIR4UHZdMgzMPUcg1e0x4Ayg2vOL4M
Before continuing, verify the record is deployed.
Press Enter to Continue
Waiting for verification...
Challenge failed for domain platinum.edu.pl
dns-01 challenge for platinum.edu.pl
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: platinum.edu.pl
Type: unauthorized
Detail: No TXT record found at _acme-challenge.platinum.edu.plTo fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version):
Apache/2.4.37
The operating system my web server runs on is (include version):
Slackware 14.2+
My hosting provider, if applicable, is:
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 1.9.0
Tried:
IN TXT "_acme-challenge.platinum.edu.pl rz-16VWoNVzfEmIR4UHZdMgzMPUcg1e0x4Ayg2vOL4M"
and
IN TXT "rz-16VWoNVzfEmIR4UHZdMgzMPUcg1e0x4Ayg2vOL4M"
Both formats fail. Waited long after TTL and checked external DNS server non-related to my project to see if the zone deployed. Nada.
It would be useful if letsencrypt provided information which DNS server they ask for the zone info, so we could check it manually before hitting enter and changing our zones several times.