From cfc1a1c25641c72f72ee087e2625d32d3ee574eb Mon Sep 17 00:00:00 2001 From: Ben Sturmfels <ben@sturm.com.au> Date: Wed, 12 Feb 2025 17:48:56 +1100 Subject: [PATCH] Note DNS changes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d63879f..e4d96a7 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,15 @@ sudo cp /etc/apache2/sites-available/420-2023.fossy.us.conf /etc/apache2/sites-a sudo sed -i 's/2023/2024/g' /etc/apache2/sites-available/420-2024.fossy.us.conf ``` -After updating the DNS, you can then create an HTTPS certificate: +After setting up the 2025 DNS and pointing the 2024 to the archive server, create an HTTPS certificate: ``` sudo certbot certonly --verbose --domains 2024.fossy.us --agree-tos --email=sysadmin@sfconservancy.org ``` +If you need to update the web server with changes from the repository: + +``` +cd /var/www/2024.fossy.us +sudo -u www-data git pull +```