实现了 ACME 客户端协议的 shell 脚本,是
certbot
的替代品。 另见acme.sh dns
。 更多信息:https://github.com/acmesh-official/acme.sh.
acme.sh --issue --domain {{example.com}} --webroot {{/路径/到/网站根目录}}
acme.sh --issue --standalone --domain {{example.com}} --domain {{www.example.com}}
acme.sh --issue --alpn --domain {{example.com}}
acme.sh --issue --nginx --domain {{example.com}}
acme.sh --issue --apache --domain {{example.com}}
acme.sh --issue --dns {{dns_cf}} --domain {{*.example.com}}
acme.sh --install-cert -d {{example.com}} --key-file {{/路径/到/example.com.key}} --fullchain-file {{/路径/到/example.com.cer}} --reloadcmd "{{systemctl force-reload nginx}}"