My domain is: acuzen.com
I ran this command: certbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/acuzen.com-0001.conf
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 65, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 465, in init
self._check_symlinks()
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 522, in _check_symlinks
raise errors.CertStorageError(
certbot.errors.CertStorageError: expected /etc/letsencrypt/live/acuzen.com-0001/cert.pem to be a symlink
Renewal configuration file /etc/letsencrypt/renewal/acuzen.com-0001.conf is broken. Skipping.
Processing /etc/letsencrypt/renewal/acuzen.com-0002.conf
Cert not yet due for renewal
Processing /etc/letsencrypt/renewal/acuzen.com.conf
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 65, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 444, in init
raise errors.CertStorageError(
certbot.errors.CertStorageError: renewal config file {} is missing a required file reference
Renewal configuration file /etc/letsencrypt/renewal/acuzen.com.conf is broken. Skipping.
The following certs are not due for renewal yet:
/etc/letsencrypt/live/acuzen.com-0002/fullchain.pem expires on 2023-11-07 (skipped)
No renewals were attempted.
Additionally, the following renewal configurations were invalid:
/etc/letsencrypt/renewal/acuzen.com-0001.conf (parsefail)
/etc/letsencrypt/renewal/acuzen.com.conf (parsefail)
0 renew failure(s), 2 parse failure(s)
My web server is (include version): AWS, running linux
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):
**I'm mainly a Wordpress guy and customer asked me to log into their AWS, open a console and run the certbot renew command to update the SSL cert. From the error it seems like I've got another 3 months. But I'm not sure if I'm doing it right, or if there is a way to automate this (or just do it once a year). Did this work? What do I need to do?