[LNMP教程] – Let’s Encrypt 免费通配 https 签名证书 安装方法

Let’s Encrypt 免费通配 https 签名证书 安装方法

1. 找到阿里access key
[https://homenew.console.aliyun.com/] [https://lnmp.org/faq/letsencrypt-wildcard-ssl.html]

2. 先设置你的服务商api秘钥(我这个是阿里云的配置方法)—(其他的见下表)
[https://github.com/Neilpang/acme.sh/tree/master/dnsapi]

1
2
3
DNS_ID=dns_ali
export Ali_Key=LTAI06pR9GM1wYqB
export Ali_Secret=MInhG26OKzbMFJ2Ga11PhNUdN4CBDE

2. 申请授权通配符证书
[https://www.cnblogs.com/zjhblogs/p/9106124.html]

1
acme.sh --issue --dns dns_ali -d a.bndstone.com     // 通配符: acme.sh --issue --dns dns_ali -d bndstone.com -d *.bndstone.com

Leave a Reply

Your email address will not be published. Required fields are marked *