update
This commit is contained in:
parent
4b16f5dde9
commit
0203cc0c10
@ -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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user