acme.sh
Shell-script dat het ACME-clientprotocol implementeert, een alternatief voor
certbot
. Bekijk ookacme.sh dns
. Meer informatie: https://github.com/acmesh-official/acme.sh.
acme.sh --issue {{[-d|--domain]}} {{example.com}} {{[-w|--webroot]}} {{/pad/naar/webroot}}
acme.sh --issue --standalone {{[-d|--domain]}} {{example.com}} {{[-d|--domain]}} {{www.example.com}}
acme.sh --issue --alpn {{[-d|--domain]}} {{example.com}}
acme.sh --issue --nginx {{[-d|--domain]}} {{example.com}}
acme.sh --issue --apache {{[-d|--domain]}} {{example.com}}
acme.sh --issue --dns {{dns_cf}} {{[-d|--domain]}} {{*.example.com}}
acme.sh {{[-i|--install-cert]}} {{[-d|--domain]}} {{example.com}} --key-file {{/pad/naar/example.key}} --fullchain-file {{/pad/naar/example.cer}} --reloadcmd "{{systemctl force-reload nginx}}"