Merge branch 'MHSanaei:main' into main
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user