v2.6.2
This commit is contained in:
心隨緣動 2025-07-23 14:13:42 +08:00 committed by GitHub
parent 3f82824234
commit 44baa3e9b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -989,6 +989,7 @@ exit 1
;; ;;
esac esac
fi fi
# 安装证书 # 安装证书
~/.acme.sh/acme.sh --installcert -d ${domain} \ ~/.acme.sh/acme.sh --installcert -d ${domain} \
--key-file /root/cert/${domain}/privkey.pem \ --key-file /root/cert/${domain}/privkey.pem \
@ -1094,6 +1095,7 @@ ssl_cert_issue_CF() {
else else
LOGI "证书颁发成功,正在安装..." LOGI "证书颁发成功,正在安装..."
fi fi
# 安装证书 # 安装证书
certPath="/root/cert/${CF_Domain}" certPath="/root/cert/${CF_Domain}"
if [ -d "$certPath" ]; then if [ -d "$certPath" ]; then