Hi, on my website www.atakama-studio.ca, I installed the certificates using the webroot method, because it was not working with the automatic way (plugin). I’m using Cloudflare and also have a virtual host configuration. I’m under Apache 16.0.4. I also moved the certificates from the default locations.
It’s been around 80 days now, and I have to renew two certificates, one for atakama-studio.ca/www.atakama-studio.ca and one for cloud.atakama-studio.ca
I tried sudo certbot renew --dry-run and here’s the results :
Processing /etc/letsencrypt/renewal/cloud.atakama-studio.ca.conf
Cert is due for renewal, auto-renewing…
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for cloud.atakama-studio.ca
Waiting for verification…
Cleaning up challenges
Attempting to renew cert (cloud.atakama-studio.ca) from /etc/letsencrypt/renewal/cloud.atakama-studio.ca.conf produced an unexpected error: (4, ‘Interrupted system call’). Skipping.
Processing /etc/letsencrypt/renewal/atakama-studio.ca.conf
expected /etc/letsencrypt/live/atakama-studio.ca/fullchain.pem to be a symlink
Renewal configuration file /etc/letsencrypt/renewal/atakama-studio.ca.conf is broken. Skipping.
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/cloud.atakama-studio.ca/fullchain.pem (failure)
Additionally, the following renewal configuration files were invalid:
/etc/letsencrypt/renewal/atakama-studio.ca.conf (parsefail)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 1 parse failure(s)
I need help with that, I would like not to spend many days like I did for the initial configuration !