Update serv00keep.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-07 15:17:27 +08:00
committed by GitHub
parent 89ebdba6a0
commit 8a7ceac138
+1 -1
View File
@@ -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)