-
Notifications
You must be signed in to change notification settings - Fork 11
Renew Certificate
Gabe edited this page Nov 7, 2024
·
6 revisions
Not sure why certbot service is not active, but I couldn't get it to automatically renew. Something is very broken / dependency hell... Anyways, every 90 days you have to
ssh [email protected]
# or ssh -o "IdentitiesOnly=yes" -i ~/.ssh/your_key [email protected]
sudo certbot renew
# need to restart either the machine or gunicorn, otherwise the certificate will not be renewed
sudo reboot
docker start # or the db will not start...
Or else the sfucsss.org site will kaput...
Only admins have access ofc