simpleinfra icon indicating copy to clipboard operation
simpleinfra copied to clipboard

Retry renewal of SSL certificates

Open jdno opened this issue 2 years ago • 1 comments

The renew-ssl-certs.service fails periodically, which triggers the following alert in Grafana:

The systemd unit renew-ssl-certs.service on the <server>:9100 instance failed to execute.

The fix for this alert is to restart the service manually:

sudo systemctl restart renew-ssl-certs.service

We should investigate the reason why the service fails in the first place and retry automatically.

jdno avatar Aug 07 '23 10:08 jdno