Pending, The CA is processing your order, please just wait.
acme.sh --issue -d **** --server letsencrypt
问题解决
Invalid status, xxx.com :Verify error detail:no valid A records found for xxx.com; no valid AAAA records found for xxx.com
因为我的dns解析是在aliyun做的,通过设置dns服务器来结局??
1.
# 修改文件 /root/.acme.sh/acme.sh.env
export LE_WORKING_DIR="/root/.acme.sh"
alias acme.sh="/root/.acme.sh/acme.sh"
# 新增,阿里云子账号
export Ali_Key="*****“
export Ali_Secret=”*******"
通过 指定 --dns dns_ali