My domain is:
I ran this command:
certbot certonly -d *.mattish.com --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Obtaining a new certificate
Performing the following challenges:
dns-01 challenge for mattish.com
NOTE: The IP of this machine will be publicly logged as having requested this
certificate. If you're running certbot in manual mode on a machine that is not
your server, please ensure you're okay with that.Are you OK with your IP being logged?
(Y)es/(N)o: y
Please deploy a DNS TXT record under the name
_acme-challenge.mattish.com with the following value:TiD-QTgoQKTQ1OXHhhUvzSmO_sOmq2OSLIEboldK19g
Before continuing, verify the record is deployed.
Press Enter to Continue
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. mattish.com (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.mattish.comIMPORTANT NOTES:
The following errors were reported by the server:
Domain: mattish.com
Type: None
Detail: DNS problem: NXDOMAIN looking up TXT for
_acme-challenge.mattish.com
My web server is (include version): Nginx
The operating system my web server runs on is (include version): Debian 9
My hosting provider, if applicable, is: Godaddy
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):0.28.0
I have added a TXT record and run :
dig -t TXT _acme-challenge.mattshi.com
output:
; <<>> DiG 9.10.3-P4-Debian <<>> -t TXT _acme-challenge.mattshi.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10703
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;_acme-challenge.mattshi.com. IN TXT;; ANSWER SECTION:
_acme-challenge.mattshi.com. 3599 IN TXT "TiD-QTgoQKTQ1OXHhhUvzSmO_sOmq2OSLIEboldK19g";; Query time: 65 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Jan 21 06:55:24 EST 2019
;; MSG SIZE rcvd: 112
I think my record is valid.But I still got error.