Add note about deleting old certbot domains
This commit is contained in:
parent
5eeef54df8
commit
bbb1a6764e
1 changed files with 6 additions and 0 deletions
|
|
@ -51,3 +51,9 @@ If you need to update the web server with changes from the repository:
|
||||||
cd /var/www/2025.fossy.us
|
cd /var/www/2025.fossy.us
|
||||||
sudo -u www-data git pull
|
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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue