Update serv00keep.sh
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ openssl ecparam -genkey -name prime256v1 -out "private.key"
|
||||
openssl req -new -x509 -days 3650 -key "private.key" -out "cert.pem" -subj "/CN=$USERNAME.serv00.net"
|
||||
|
||||
nb=$(hostname | cut -d '.' -f 1 | tr -d 's')
|
||||
if [ "$nb" == "14" ]; then
|
||||
if [ "$nb" == "14" ] || [ "$nb" == "15" ]; then
|
||||
ytb='"jnn-pa.googleapis.com",'
|
||||
fi
|
||||
hy1p=$(sed -n '1p' hy2ip.txt)
|
||||
|
||||
Reference in New Issue
Block a user