Poddery - Diaspora, Matrix and XMPP: Difference between revisions
Fix 1 spelling |
→TLS: Update certificate renewal steps |
||
| Line 328: | Line 328: | ||
''34 2 * * 1 /etc/init.d/prosody reload'' | ''34 2 * * 1 /etc/init.d/prosody reload'' | ||
===SSL certificate renewal=== | |||
On the 12th of October 2025, all the certificates were removed and were recreated. [https://codema.in/d/XUfAOrPW/poddery-server-certificates-recreated This thread] documents all those steps. | |||
When renewing certificates on the poddery server, make sure to follow the following steps. | |||
# Stop nginx by running | |||
sudo systemctl stop nginx | |||
# Renew certificates for all the domains | |||
sudo certbot renew | |||
Follow the prompts by certbot to renew certificates for all the domains. | |||
# Start nginx after the renewal is successful | |||
sudo systemctl start nginx | |||
==Backup== | ==Backup== | ||