I use the same command since years suddenly the renewal does not work.
Please help!
My domain is: signage-network.app
I ran this command:
sudo certbot certonly --manual --debug -d signage-network.app -d *.signage-network.app --agree-tos --manual-public-ip-logging-ok --preferred-challenges dns-01
It produced this output:
Please deploy a DNS TXT record under the name
_acme-challenge.signage-network.app with the following value:
inG9eQdAXmYaxyuPTR2ud417Dalwpz8nZm0E8NXnAAs
Before continuing, verify the record is deployed.
Press Enter to Continue
Please deploy a DNS TXT record under the name
_acme-challenge.signage-network.app with the following value:
JgBDzRmMHRGThrTvsjxSUtTCTNkxD-Xi652n37WYqYM
Before continuing, verify the record is deployed.
(This must be set up in addition to the previous challenges; do not remove,
replace, or undo the previous challenge tasks yet. Note that you might be
asked to create multiple distinct TXT records with the same name. This is
permitted by DNS standards.)
Press Enter to Continue
Waiting for verification...
Cleaning up challenges
Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in
load_entry_point('certbot==0.31.0', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1365, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1250, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 116, in _get_and_save_cert
renewal.renew_cert(config, domains, le_client, lineage)
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 323, in renew_cert
new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 353, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 389, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 82, in handle_authorizations
self._respond(aauthzrs, resp, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 168, in _respond
self._poll_challenges(aauthzrs, chall_update, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 239, in _poll_challenges
raise errors.FailedChallenges(all_failed_achalls)
certbot.errors.FailedChallenges: Failed authorization procedure. signage-network.app (dns-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: No TXT record found at _acme-challenge.signage-network.app, signage-network.app (dns-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: No TXT record found at _acme-challenge.signage-network.app
Please see the logfiles in /var/log/letsencrypt for more details.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: signage-network.app
Type: unauthorized
Detail: No TXT record found at _acme-challenge.signage-network.appDomain: signage-network.app
Type: unauthorized
Detail: No TXT record found at _acme-challenge.signage-network.appTo 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.
My web server is (include version): nginx
The operating system my web server runs on is (include version): ubuntu 16.04
My hosting provider, if applicable, is: aws
client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 0.31.0