I have two domain www.example.com
www.abc.in
and both are pointing to same ip and for one domain i already configured wild card certificate now i want to configure ssl for other domain too. so is it possible through one certificate for both domain?
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. abc.in (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: query timed out looking up TXT for _acme-challenge.agamiecom.in
IMPORTANT NOTES:
The following errors were reported by the server:
Domain: agamiecom.in
Type: None
Detail: DNS problem: query timed out looking up TXT for
_acme-challenge.abc.in
Command what i run :
sudo certbot --server https://acme-v02.api.letsencrypt.org/directory -d abc.in --manual --preferred-challenges dns-01 certonly
For example.com i already get the TXT Record . So i'm running only for abc.in. or have to combine and run for both together ?
Your domain is having issue responding to queries.due to a misconfigured DNS settings.
When let's encrypt query your domain, dreamhost.in redirects to cloudflare... and cloudflare doesn't provide a answer to the query, hence let's encrypt timed out.
Is that an expected behavior?
Do you mean to use cloudflare as DNS provider (maybe as well as cdn)?
I have corrected our dns misconfiguration and also removed old wildcard ssl certificate for one domain and tried to setup for multidomain wildcardssl certificate. Still i’m getting error mentioning below command as well as error:
Press Enter to Continue
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. example.in (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.example.in
IMPORTANT NOTES:
The following errors were reported by the server:
Domain: example.in
Type: None
Detail: DNS problem: NXDOMAIN looking up TXT for
_acme-challenge.example.in
Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
The misconfiguration issue seems to be resolved, however, could you please verify if you have the right domain?
(Run nslookup _acme-challenge.agamiecom.in on Windows machine, or go to a text record testing site try to pull the verification token as a text record from required validation domain)
I Run nslookup _acme-challenge.agamiecom.in on Windows machine. it is replying local ip.
Please give solution or reference link to setup multi domain wild card ssl certificate with nginx.