使用 acme 配合自动化续签证书(nginx)

38次阅读
没有评论
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"
正文完
 0
评论(没有评论)