Support IPv6 DNS Record (AAA Record) (#2388)

This commit is contained in:
Dugong 2024-06-11 20:48:14 +07:00 committed by GitHub
parent f96df5bc3d
commit e275adbccd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -818,7 +818,7 @@ ssl_cert_issue() {
# NOTE:This should be handled by user # NOTE:This should be handled by user
# open the port and kill the occupied progress # open the port and kill the occupied progress
~/.acme.sh/acme.sh --set-default-ca --server letsencrypt ~/.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 if [ $? -ne 0 ]; then
LOGE "issue certs failed,please check logs" LOGE "issue certs failed,please check logs"
rm -rf ~/.acme.sh/${domain} rm -rf ~/.acme.sh/${domain}