Cert not auto renewing

My domain is:
westheadboatbuilders.ca

I ran this command:
sudo certbot renew --dry-run

It produced this output:
DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates below have not been saved.)

No renewals were attempted.
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)

My web server is (include version):
Bitnami (AWS LightSail)

My hosting provider, if applicable, is:
AWS

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):
Wordpress, Lightsail

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): certbot 0.31.0

This is what my auto renew looks like
0 1 * * * sudo certbot renew && sudo /opt/bitnami/ctlscript.sh restart apache
0 0 1 * * sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --email="*******@hotmail.com" --http --http-timeout 30 --http.webroot /opt/bitnami/apps/letsencrypt --domains=www.westheadboatbuilders.ca renew && sudo /opt/bitnami/apache2/bin/httpd -f /opt/bitnami/apache2/conf/httpd.conf -k graceful # bncert-autorenew

1 Like

sudo certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log


No renewals were attempted.


1 Like

Please show:
sudo certbot certificates

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.