From 82e25f4e75977a5ce49cee3a124538e6593d0f86 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 22 Feb 2020 21:27:42 +0800 Subject: [PATCH] =?UTF-8?q?1.1.2=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=AD=BE=E5=8F=91=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/install.sh b/install.sh index 6eda628..07b484d 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.1" +shell_version="1.1.2" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" @@ -467,18 +467,18 @@ port_exist_check(){ fi } acme(){ - $HOME/.acme.sh/acme.sh --issue -d ${domain} --standalone -k ec-256 --force --test - if [[ $? -eq 0 ]];then - echo -e "${OK} ${GreenBG} SSL 证书测试签发成功,开始正式签发 ${Font}" - rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.key" - rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.cer" - sleep 2 - else - echo -e "${Error} ${RedBG} SSL 证书测试签发失败 ${Font}" - rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.key" - rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.cer" - exit 1 - fi +# $HOME/.acme.sh/acme.sh --issue -d ${domain} --standalone -k ec-256 --force --test +# if [[ $? -eq 0 ]];then +# echo -e "${OK} ${GreenBG} SSL 证书测试签发成功,开始正式签发 ${Font}" +# rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.key" +# rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.cer" +# sleep 2 +# else +# echo -e "${Error} ${RedBG} SSL 证书测试签发失败 ${Font}" +# rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.key" +# rm -rf "$HOME/.acme.sh/${domain}_ecc/${domain}.cer" +# exit 1 +# fi $HOME/.acme.sh/acme.sh --issue -d ${domain} --standalone -k ec-256 --force if [[ $? -eq 0 ]];then