From dd0251d46226985fa3762033bc1458aa644a66eb Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:36:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E6=B7=BB=E5=8A=A0b?= =?UTF-8?q?uypass=E4=B8=8D=E6=94=AF=E6=8C=81dns=E7=94=B3=E8=AF=B7=E9=80=9A?= =?UTF-8?q?=E9=85=8D=E7=AC=A6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 43fd799..d5c3b59 100644 --- a/install.sh +++ b/install.sh @@ -1102,7 +1102,7 @@ switchSSLType() { echoContent red "\n==============================================================" echoContent yellow "1.letsencrypt[默认]" echoContent yellow "2.zerossl" - echoContent yellow "3.buypass" + echoContent yellow "3.buypass[不支持DNS申请]" echoContent red "==============================================================" read -r -p "请选择[回车]使用默认:" selectSSLType case ${selectSSLType} in @@ -1131,6 +1131,11 @@ acmeInstallSSL() { fi echo if [[ -n "${customPort}" ]]; then + if [[ "${selectSSLType}" == "3" ]]; then + echoContent red " ---> buypass不支持免费通配符证书" + echo + exit + fi dnsSSLStatus=true else read -r -p "是否使用DNS申请证书[y/n]:" installSSLDNStatus