lets encrypt 泛域名证书申请,使用acme,结合阿里云域名管理

Posted yangcclg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lets encrypt 泛域名证书申请,使用acme,结合阿里云域名管理相关的知识,希望对你有一定的参考价值。

第一步:下载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配置时证书路径使用以上签发后路径(此处不详述)













以上是关于lets encrypt 泛域名证书申请,使用acme,结合阿里云域名管理的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7配置Let’s Encrypt支持免费泛域名证书

certbot-auto免费申请Let’s Encrypt的https证书

Let's Encrypt证书安装

sdm 使用阿里云域名申请 Let’s Encrypt 通配符 域名证书

生成线上用https证书,支持通配符和多域名,初学Let’s Encrypt用于IIS,纯本地手动

生成 Let's Encrypt 免费https证书