From 4e6c53716948bbe792a7780e3fba08ff237e80d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E6=B3=95=E4=B9=8B=E4=B9=A6=28appotry=29?= Date: Fri, 6 Feb 2026 13:17:41 +0800 Subject: [PATCH] fix --- install.sh | 1 + update.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/install.sh b/install.sh index fe2ecd96..4091cf96 100644 --- a/install.sh +++ b/install.sh @@ -522,6 +522,7 @@ prompt_and_setup_ssl() { echo -e "${green}1.${plain} Let's Encrypt for Domain (90-day validity, auto-renews)" echo -e "${green}2.${plain} Let's Encrypt for IP Address (6-day validity, auto-renews)" echo -e "${green}3.${plain} Custom SSL Certificate (Path to existing files)" + echo -e "${green}4.${plain} External SSL (e.g., Nginx reverse proxy with your own certificate)" echo -e "${blue}Note:${plain} Options 1 & 2 require port 80 open. Option 3 requires manual paths." read -rp "Choose an option (default 2 for IP): " ssl_choice ssl_choice="${ssl_choice// /}" # Trim whitespace diff --git a/update.sh b/update.sh index 2d2fc92e..fe4e5658 100755 --- a/update.sh +++ b/update.sh @@ -542,6 +542,7 @@ prompt_and_setup_ssl() { echo -e "${green}1.${plain} Let's Encrypt for Domain (90-day validity, auto-renews)" echo -e "${green}2.${plain} Let's Encrypt for IP Address (6-day validity, auto-renews)" echo -e "${green}3.${plain} Custom SSL Certificate (Path to existing files)" + echo -e "${green}3.${plain} External SSL (e.g., Nginx reverse proxy with your own certificate)" echo -e "${blue}Note:${plain} Options 1 & 2 require port 80 open. Option 3 requires manual paths." read -rp "Choose an option (default 2 for IP): " ssl_choice ssl_choice="${ssl_choice// /}" # Trim whitespace