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"