This commit is contained in:
Olia Lisa 2025-11-20 12:19:26 +08:00
parent 4b16f5dde9
commit 0203cc0c10

View File

@ -46,12 +46,10 @@ create_config(){
case $choice in case $choice in
1) 1)
echo "重置为自签名证书配置..." echo "重置为自签名证书配置..."
cp ./config_template/self_cert_config.json ./config.json
bash ./bin/init.sh bash ./bin/init.sh
;; ;;
2) 2)
echo "重置为tls证书配置..." echo "重置为tls证书配置..."
cp ./config_template/tls_cert_config.json ./config.json
bash ./bin/init_with_tls_cert.sh bash ./bin/init_with_tls_cert.sh
;; ;;
*) *)