Add note about deleting old certbot domains

This commit is contained in:
Ben Sturmfels 2026-03-26 14:51:09 +11:00
parent 5eeef54df8
commit bbb1a6764e
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -51,3 +51,9 @@ If you need to update the web server with changes from the repository:
cd /var/www/2025.fossy.us
sudo -u www-data git pull
```
Don't forget to **remove** the old LetsEncrypt certificate config if the archive will live on another server.
```
sudo certbot delete
```