export CF_Email="cf 注册邮箱 "
export CF_Key=" cf key"
curl https://get.acme.sh | sh -s email=cf 注册邮箱
.acme.sh/acme.sh --issue --dns dns_cf -d 域名 -d "*. 域名 "
.acme.sh/acme.sh --install-cert -d 域名 \
--key-file key 文件路径 \
--fullchain-file pem 文件路径 \
--reloadcmd "systemctl reload nginx"
正文完