Note DNS changes
This commit is contained in:
parent
71b8dd6358
commit
cfc1a1c256
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue