項目地址: Acme
Acme 部屬
1 | curl https://get.acme.sh | sh -s [email protected] |
申請證書
默認模式http
1 | acme.sh --issue -d example.com |
默認模式dns
1 | acme.sh --issue --dns -d example.com |
多網域一起
1 | acme.sh --issue --dns -d example.com -d *.example.com |
將證書合成.pem
1 | acme.sh --install-cert -d example.com \ |