Hi,
I have an issue with the Let’s Encrypt addon v. 4.5.
My configuration is standard
email: [email protected]
domains:
- xxx.org
certfile: fullchain.pem
keyfile: privkey.pem
challenge: http
dns: {}
But I get the following error
[10:02:49] INFO: Selected http verification
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /data/letsencrypt/renewal/xxx.org.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 63, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/local/lib/python3.7/site-packages/certbot/_internal/storage.py", line 465, in __init__
self._check_symlinks()
File "/usr/local/lib/python3.7/site-packages/certbot/_internal/storage.py", line 532, in _check_symlinks
"expected {0} to be a symlink".format(link))
certbot.errors.CertStorageError: expected /data/letsencrypt/live/xxx.org/cert.pem to be a symlink
Renewal configuration file /data/letsencrypt/renewal/xxx.org.conf is broken. Skipping.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No renewals were attempted.
Additionally, the following renewal configurations were invalid:
/data/letsencrypt/renewal/xxx.org.conf (parsefail)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
0 renew failure(s), 1 parse failure(s)
I’ve been running this addon for more then a year now without having any issues.
Did something change lately?