第一步:下载acme.sh,以下四种方式都可curl https://get.acme.sh | sh wget -O - https://get.acme.sh | sh curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 sh wget -O - https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 sh第二步:申请阿里云云解析API申请地址:https://ak-console.aliyun.com/#/accesskey申请完成注意复制Access Key ID、Access Key Secret将ID和Secret修改到dns_ali.sh文件里第三步:快速签发泛域名SSL证书cd /root/.acme.sh./acme.sh --issue -d ontato.com -d *.ontato.com --dns dns_ali签发完成后会提示证书所在路径第四步:nginx配置时证书路径使用以上签发后路径(此处不详述)
原文地址:https://www.cnblogs.com/yangcclg/p/10347838.html
时间: 2024-11-08 22:42:28