acme.sh

Script shell script que implementa o protocolo cliente ACME, ma alternativa para o certbot. Veja também acme.sh dns. Mais informações: https://github.com/acmesh-official/acme.sh.

acme.sh --issue --domain {{example.com}} --webroot {{/caminho/para/webroot}}

acme.sh --issue --standalone --domain {{example.com}} --domain {{www.exemplo.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 {{/caminho/para/exemplo.com.key}} --fullchain-file {{/caminho/para/exemplo.com.cer}} --reloadcmd "{{systemctl force-reload nginx}}"