I am trying to renew my certificate manually, but it is failing with the below error:
Press Enter to Continue
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. nuscentenary.onevoicedigital.com (dns-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: No TXT r
ecord found at _acme-challenge.nuscentenary.onevoicedigital.com, nuscentenary.onevoicedigital.com (dns-01): urn:ietf:params:acme:error:unauthorized :: The client lacks suf
ficient authorization :: No TXT record found at _acme-challenge.nuscentenary.onevoicedigital.com
IMPORTANT NOTES:
The server reported the following errors:
Domain: nuscentenary.onevoicedigital.com
Type: unauthorized
Detail: No TXT record found at
_acme-challenge.nuscentenary.onevoicedigital.com
Domain: nuscentenary.onevoicedigital.com
Type: unauthorized
Detail: No TXT record found at
_acme-challenge.nuscentenary.onevoicedigital.com
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.
command i used to renew is: certbot certonly --manual --preferred-challenge dns -d domain1 -d domain2 -d *.domain3
Note: domain1, domain2, and domain3 part here use my domain names.
I was using 3 domains for to renew process but after using the after comain i got only 2 domains for the renewing process and not showing 3rd domain.
Certbot version: 0.31.0
please help