增加设置uuid

This commit is contained in:
Olia Lisa 2025-12-29 18:57:26 +08:00
parent 85b947ecbd
commit d26476b803

View File

@ -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"