Merge branch 'MHSanaei:main' into main

This commit is contained in:
心隨緣動
2024-06-12 12:06:31 +08:00
committed by GitHub
+1 -1
View File
@@ -806,7 +806,7 @@ ssl_cert_issue() {
# NOTE:This should be handled by user
# open the port and kill the occupied progress
~/.acme.sh/acme.sh --set-default-ca --server letsencrypt
~/.acme.sh/acme.sh --issue -d ${domain} --standalone --httpport ${WebPort}
~/.acme.sh/acme.sh --issue -d ${domain} --listen-v6 --standalone --httpport ${WebPort}
if [ $? -ne 0 ]; then
LOGE "颁发证书失败,请检查日志"
rm -rf ~/.acme.sh/${domain}