安装

下载 https://github.com/acmesh-official/acme.sh/archive/master.tar.gz

使用

CA服务器设置 Server · acmesh-official/acme.sh Wiki (github.com)

1.申请

手动dns
命令 ./acme.sh --issue -d *.domain.com -d domain.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please

自动dns
具体可参考 .acme.sh/dnsapi 对应平台,阿里云为例
export Ali_Key=”123456789”
export Ali_Secret=”abcdefg”
命令 ./acme.sh --issue --dns dns_ali -d *.domain.com -d domain.com

文件验证(已有网站)
./acme.sh --issue -d *.domain.com --webroot /data/wwwroot/domain.com/public/

2.添加好dns后再次运行上面命令结尾带上 –renew

./acme.sh --issue -d *.domain.com -d domain.com --dns –yes-I-know-dns-manual-mode-enough-go-ahead-please –renew

3.证书申请完成

Last modification:February 21, 2022
如果觉得我的文章对你有用,请随意赞赏