From 89ebdba6a00ae821a04a7a9dd5fcd0094f83ca63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:08:45 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv00.sh b/serv00.sh index d152ce0..0160598 100644 --- a/serv00.sh +++ b/serv00.sh @@ -305,7 +305,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)