lets encrypt 泛域名證書申請,使用acme,結合阿里雲域名管理

洋蔥土豆隨心匠發表於2019-02-02
第一步:下載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配置時證書路徑使用以上籤發後路徑(此處不詳述)

相關文章