You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certbot auto-renewed the certificate for trailtrends.outdoor.org on 1/15/2025. The expiration date for the certificate is 2/13/2025. Certbot auto-renews the certificate when there is less than 30 days before certificate expiry.
Once the certificate is renewed, the user nginx no longer has read access to the renewed certificate.
A temporary fix is manually changing the folder permission with the following command:
Certbot auto-renewed the certificate for
trailtrends.outdoor.org
on 1/15/2025. The expiration date for the certificate is 2/13/2025. Certbot auto-renews the certificate when there is less than 30 days before certificate expiry.Once the certificate is renewed, the user
nginx
no longer has read access to the renewed certificate.A temporary fix is manually changing the folder permission with the following command:
sudo chmod 644 /etc/letsencrypt/archive/trailtrends.outdoorrd.org/*
or
sudo chmod 644 /etc/letsencrypt/live/trailtrends.outdoorrd.org/*.pem
A permanent solution would allow
nginx
to having access to Certbot renewed certificates without manual intervention.The text was updated successfully, but these errors were encountered: