From d26476b8039f15271f5b95756ea5fe80e1964fca Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 18:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=BE=E7=BD=AEuuid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create_config.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/create_config.sh b/bin/create_config.sh index 53b9a7d..d1cf1cf 100644 --- a/bin/create_config.sh +++ b/bin/create_config.sh @@ -12,6 +12,9 @@ create_config_with_tls_cert() { # 设置密码 bash "$script_dir/update_password.sh" + # 设置UUID + bash "$script_dir/update_uuid.sh" + # 获取邮箱 read -p "请输入你的邮箱: " user_email while [[ -z "$user_email" ]]; do @@ -59,6 +62,9 @@ create_self_tls_config() { # 设置密码 bash "$script_dir/update_password.sh" + # 设置UUID + bash "$script_dir/update_uuid.sh" + # 生成自签名证书和设置域名 bash "$script_dir/gen_self_tls.sh" "bing.com"