Hi @schoen,
I ran the certbot renew command:
sudo docker run --rm -it --name certbot \
-v "/docker-volumes/etc/letsencrypt:/etc/letsencrypt" \
-v "/docker-volumes/var/lib/letsencrypt:/var/lib/letsencrypt" \
-v "/docker-volumes/data/letsencrypt:/data/letsencrypt" \
certbot/certbot \
renew
And got the following error:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/humankode.com-0001.conf
-------------------------------------------------------------------------------
expected /etc/letsencrypt/live/humankode.com-0001/cert.pem to be a symlink
Renewal configuration file /etc/letsencrypt/renewal/humankode.com-0001.conf is broken. Skipping.
-------------------------------------------------------------------------------
No renewals were attempted.
Additionally, the following renewal configuration files were invalid:
/etc/letsencrypt/renewal/humankode.com-0001.conf (parsefail)
-------------------------------------------------------------------------------
0 renew failure(s), 1 parse failure(s)
Any ideas on how to proceed from here? What would be the best way to reset the button in terms of getting rid of the existing artifacts so that I can issue a new cert and test certbot renew again?