My domain is:
I ran this command:
sudo certbot certonly
--manual
--key-type rsa
--email ---------
-d pendingdelete.com
--agree-tos
--preferred-challenges=dns
--config-dir ~/lets-encrypt
--work-dir ~/lets-encrypt
--logs-dir ~/lets-encrypt -v
It produced this output:
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: pendingdelete.com
Type: dns
Detail: DNS problem: SERVFAIL looking up CAA for pendingdelete.com - the domain's nameservers may be malfunctioning
The version of my client is
certbot 2.9.0
running on MacOS Catalina
This is what I was asked to do:
Please deploy a DNS TXT record under the name:
_acme-challenge.pendingdelete.com.
with the following value:
mgtGtoYi75j9Vq8VS6LeOSeQAJrURZ8n0z-7Vgqjg-Y
This is what Google says:
TTL:
5 minutes
VALUE:
"mgtGtoYi75j9Vq8VS6LeOSeQAJrURZ8n0z-7Vgqjg-Y"
I have tried this over and over, and am unable to get any success. When I place "" around the token in the DNS record, I did receive a different response:
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: pendingdelete.com
Type: unauthorized
Detail: Incorrect TXT record "\"hPCnYeXE7daqb3eR1j-JFETvckJ_s9hLWUWmEV8HVV8\"" found at _acme-challenge.pendingdelete.com
The token is correct, but bounded by extra chars.
The DNS records is still:
TTL:
5 minutes
VALUE:
"mgtGtoYi75j9Vq8VS6LeOSeQAJrURZ8n0z-7Vgqjg-Y"
At this moment.
Which results in:
Certbot failed to authenticate some domains (authenticator: manual).
Please help. Thank you!