acme.sh

Sebuah shell script yang mengimplementasikan ACME client protocol (pembuat sertifikat HTTPS), alternatif dari certbot. Lihat juga: acme.sh dns. Informasi lebih lanjut: https://github.com/acmesh-official/acme.sh.

acme.sh --issue --domain {{example.com}} --webroot {{/jalan/menuju/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 {{api_dns}} --domain {{*.example.com}}

acme.sh --install-cert -d {{example.com}} --key-file {{/jalan/menuju/example.com.key}} --fullchain-file {{/jalan/menuju/example.com.cer}} --reloadcmd "{{systemctl force-reload nginx}}"