26K1 #8

Open
kornerr wants to merge 4 commits from 26k1 into main
3 changed files with 32 additions and 0 deletions

30
cert/README.md Normal file
View File

@@ -0,0 +1,30 @@
# Local host
```
sudo cert/clientRenew
```
When the certbot script asks you to provide verification, go to remote host
# Remote host
```
sudo cert/vpsRenew ACME_FILE ACME_VALUE
```
The script waits for Return key, now go to local host and press Return
to let certbot generate certificate and key
# Local host
Press Return
# Remote host
Press Return
# Local to remote
Copy certificate and key to the remove host
Restart Nginx

View File

@@ -12,5 +12,6 @@ rsync -aivc --delete $DBG_DIR/ $DST_DIR
# Symlink
cd $DST_DIR
ln -s ../cbr
ln -s ../cv
ln -s ../dbg
ln -s ../vid

View File

@@ -1,4 +1,5 @@
acl tul src 37.113.215.50
acl tul src 83.221.24.250
http_access allow tul
http_access deny all
http_port 3128