I use the DNS validation for a certificate valid for the following domains: lorenzo.click, *.lorenzo.click, *.otto.lorenzo.click.
I must say that my provider (namecheap) is terribly slow in DNS propagation, even if I set the TTL to 5, it takes pretty much half an our to see the new TXT online.
The issue is that, for this certificate, I must change 3 different TXT records in sequence, which means wasting more than 1 hour.
Is it possible to get all the TXT records together? In this way I could upload them, wait for their propagation in parallel and validate all of them together in 1 step by the end.
My domain is: lorenzo.click
I ran this command:
certbot certonly --server https://acme-v02.api.letsencrypt.org/directory
--manual --manual-public-ip-logging-ok --preferred-challenges dns
-d lorenzo.click
-d *.lorenzo.click
-d *.otto.lorenzo.click
It produced this output:
Please deploy a DNS TXT record under the name
_acme-challenge.lorenzo.click with the following value:XXXXX
Before continuing, verify the record is deployed.
Press Enter to Continue
x 3 times, with 2 different domains.
My web server is (include version):
don't know
The operating system my web server runs on is (include version):
linux, unsure about the version
My hosting provider, if applicable, is:
namecheap
I can login to a root shell on my machine (yes or no, or I don't know):
no
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
cPanel 70.0.61
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 0.28.0