From 839fb649a9b863739fdf508d01674ffe4be6d23f Mon Sep 17 00:00:00 2001 From: Randall Date: Tue, 31 Dec 2024 03:06:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20vpn/setup=5Fserver=5Fssl.s?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vpn/setup_server_ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpn/setup_server_ssl.sh b/vpn/setup_server_ssl.sh index 4e4ce19..cc865ac 100644 --- a/vpn/setup_server_ssl.sh +++ b/vpn/setup_server_ssl.sh @@ -32,6 +32,6 @@ export CF_Email="$CF_Email" # 设置acme并申请证书 ~/.acme.sh/acme.sh --upgrade --auto-upgrade ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt -~/.acme.sh/acme.sh --issue -d "$DONAMEFRONT.randallanjie-proxy.win" -d "$DONAMEFRONT-cdn.randallanjie-proxy.win" --dns dns_cf --dnssleep +~/.acme.sh/acme.sh --issue -d "$DONAMEFRONT.randallanjie-proxy.win" -d "$DONAMEFRONT-cdn.randallanjie-proxy.win" -d "$DONAMEFRONT-proxy.randallanjie-proxy.win" --dns dns_cf --dnssleep echo "Setup complete for $DONAMEFRONT.randallanjie-proxy.win and $DONAMEFRONT-cdn.randallanjie-proxy.win" \ No newline at end of file