增加自定义TLS证书的功能

This commit is contained in:
KANIKIG
2021-04-10 22:37:19 +08:00
parent 7ec2fa306e
commit e35dc98ad7
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
- 简单创建或删除gost定时重启任务
- 脚本自动检查更新
- 转发CDN自选节点ip
- 自定义tls证书落地可一键申请证书中转可开启证书校验
## 功能展示

View File

@@ -393,7 +393,7 @@ function encrypt() {
echo -e "[1] 是"
echo -e "[2] 否"
echo -e "注意: 选择 是 将针对落地的自定义证书开启证书校验保证安全性,稍后落地机务必填写${Red_font_prefix}域名${Font_color_suffix}"
read -e -p "落地机是否开启了自定义tls证书(默认为否):" is_cert
read -e -p "落地机是否开启了自定义tls证书[y/n]:" is_cert
elif [ "$numencrypt" == "2" ]; then
flag_a="encryptws"
elif [ "$numencrypt" == "3" ]; then