-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check certificate renewal #18
Comments
It would be nice to have an automatic renewal of lets'encrypt certificates. I followed gandi plugin issue and it seems that this plugin https://github.com/obynio/certbot-plugin-gandi has been updated and is working again. May be it is usable for automatic certs updates followed with a restart of solidcommunity.net and solidcommunity.net:8443. |
let'encrypt certificates renewal every 3 months :
|
systemd contains
The remaining issue is to restart the servers
done |
For my personal stuff, I have a daily cron that checks whether certificates are due for renewal, e.g.
And if the day falls into a period where renewals are possible, it will attempt to renew - this is well ahead of it possibly ever expiring. |
the use of Ubuntu This could be avoided using https://askubuntu.com/questions/1045542/how-to-stop-snapd-from-auto-updating |
Ensure that certbot renewal is in place and functioning correctly.
The text was updated successfully, but these errors were encountered: