From bbb1a6764efa41032c1ab40b25cad40d4e5e4d0d Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 26 Mar 2026 14:51:09 +1100 Subject: [PATCH] Add note about deleting old certbot domains --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 572c0b1..7437f05 100644 --- a/README.md +++ b/README.md @@ -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 +```