# acme

项目官网:https://github.com/acmesh-official/acme.sh

# 安装

# 安装acme
curl  https://get.acme.sh | sh -s email=my@example.com

# 更新

# 更新acme
acme.sh --upgrade

# 申请证书

# 使用阿里云DNS申请证书
export Ali_Key="your key"
export Ali_Secret="your secret"
acme.sh --issue --dns dns_ali -d example.com -d *.example.com
Last Updated: 2022/11/13 12:30:47