I am trying to add a wildcard domain with certbot to nginx server, run the following commands
sudo certbot --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns --installer nginx -d photoss.co.in -d *.photoss.co.in
I got the message
Please deploy a DNS TXT record under the name
_acme-challenge.photoss.co.in with the following `value:tXKNeJ2OIWdsDa3Lxnj5fSVXqX5u4ko38ceHd6Pbs`
so I entered a txt record on go daddy name server with the above value, when continuing on terminal one more similar message came, so I entered one more txt record without deleting or editing the previous record, but when continuing getting the following error
waiting for verification...
Challenge failed for domain photoss.co.in
Challenge failed for domain photoss.co.in
dns-01 challenge for photoss.co.in
dns-01 challenge for photoss.co.in
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: photoss.co.in
Type: unauthorized
Detail: No TXT record found at _acme-challenge.photoss.co.in
Domain: photoss.co.in
Type: unauthorized
Detail: No TXT record found at _acme-challenge.photoss.co.in
To 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.