Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
ha.mynym.us
I ran this command:
I am using the Home Assistant Let's Encrypt Add-On. It runs certbot when launched, but I don't have the exact command.
It produced this output:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/file-structure.sh
cont-init: info: /etc/cont-init.d/file-structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun lets-encrypt (no readiness notification)
s6-rc: info: service legacy-services successfully started
[16:34:58] INFO: Selected DNS Provider: dns-linode
[16:34:58] INFO: Use propagation seconds: 60
[16:34:58] INFO: Detecting existing certificate type for ha.mynym.us
Saving debug log to /var/log/letsencrypt/letsencrypt.log
[16:35:03] INFO: Existing certificate using 'rsa' key type.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Renewing an existing certificate for ha.mynym.us
Waiting 120 seconds for DNS changes to propagate
Certbot failed to authenticate some domains (authenticator: dns-linode). The Certificate Authority reported these problems:
Domain: ha.mynym.us
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.ha.mynym.us - check that a DNS record exists for this domain
Hint: The Certificate Authority failed to verify the DNS TXT records created by --dns-linode. Ensure the above domains are hosted by this DNS provider, or try increasing --dns-linode-propagation-seconds (currently 120 seconds).
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
My web server is (include version):
Home Assistant Core 2025.5.3
The operating system my web server runs on is (include version):
Home Assistant OS 15.2
My hosting provider, if applicable, is:
not applicable
I can login to a root shell on my machine (yes or no, or I don't know):
I'm not sure I can access the Let's Encrypt add-on from the shell because it is containerized.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
Let's Encrypt Addon 5.4.9
Fortunately, I noticed this renewal failed before the certificate actually expired. There have been 4 failed attempts, with the first 2 days ago and the other 3 today. During the most recent attempt, I was logged into Linode and saw the DNS entry update immediately. I was also able to get it from 8.8.8.8 using nslookup long before the error occurred, and the entry was automatically deleted, which is normal, presumably after the error occurred (there were about 2 minutes between the creation and deletion events logged at Linode). The docs for this add-on indicate there is a configuration item propagation_seconds: 60
that is apparently a default based on some of the INFO output, as I don't have that item in my config, so I am unsure why it is waiting 120 seconds later when renewing. Glancing at the commits for addons/letsencrypt in the github docs link above, I don't see any commits that sound like they would change this behavior from when it was working (it has been working for as long as the domain has had a cert, I never used a method other than the Linode API for this particular domain).