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
I'm getting an intermittent error which is that my SSL certificates are failing to update. I'm pretty sure this is because of using unattended-upgrades which adds security patches to certbot, but we do not currently reboot the server when required. This is causing certbot to fail because the new binary can't run without the reboot.
My suggestion is to add the automatic reboot option when unattended-upgrades adds a security patch that requires a reboot to be in effect. Though this might cause downtime, it also ensures that the server is patched as soon as any security patch is released.
I'm getting an intermittent error which is that my SSL certificates are failing to update. I'm pretty sure this is because of using unattended-upgrades which adds security patches to certbot, but we do not currently reboot the server when required. This is causing certbot to fail because the new binary can't run without the reboot.
My suggestion is to add the automatic reboot option when unattended-upgrades adds a security patch that requires a reboot to be in effect. Though this might cause downtime, it also ensures that the server is patched as soon as any security patch is released.
Related to #118
The text was updated successfully, but these errors were encountered: