modified: VARS

modified:   install.sh
This commit is contained in:
Zachariah Gibbens 2022-12-11 01:43:11 +00:00
parent ccd3287ec8
commit 08806c648b
2 changed files with 3 additions and 0 deletions

1
VARS
View File

@ -1,2 +1,3 @@
SSH_KEY_URL=https://github.com/zachgibbens.keys
SSH_KEY_URL=https://git.gibbens.dev/zachgibbens.keys
OCUSERNAME=zachgibbens

View File

@ -16,3 +16,5 @@ sudo apt install certbot
sudo apt install python3-certbot-dns-cloudflare
sudo apt install dnsmasq
sudo apt install ocserv
PASSWD=$(date -u | sha512sum | cut -d" " -f1)
echo $PASSWD | sudo ocpasswd $OCUSERNAME