acme.sh

Verified for current stable LTS

Acme.sh Commands

Acme.sh command syntax with verified terminal examples.

Commands

14 commands for Acme.sh

acme.sh

Acme.sh Command: Issue Certificate Webroot

acme.sh --issue {-d|--domain} example.com {-w|--webroot} /path/to/webroot
acme.sh

Acme.sh Command: Issue Certificate Nginx

acme.sh --issue --nginx {-d|--domain} example.com
acme.sh

Acme.sh Command: Issue Wildcard Certificate

acme.sh --issue --dns dns_cf {-d|--domain} *.example.com
acme.sh

Acme.sh Command: Issue Certificate Standalone Port80

acme.sh --issue --standalone {-d|--domain} example.com {-d|--domain} www.example.com
acme.sh

Acme.sh Command: Issue Certificate Standalone Tls

acme.sh --issue --alpn {-d|--domain} example.com
acme.sh

Acme.sh Command: Issue Certificate Apache

acme.sh --issue --apache {-d|--domain} example.com
acme.sh

Acme.sh Command: Install Certificate

acme.sh {-i|--install-cert} {-d|--domain} example.com --key-file /path/to/example.com.key --fullchain-file /path/to/example.com.cer --reloadcmd "systemctl force-reload nginx"
acme.sh

Acme.sh Command: Issue Certificate Webroot

acme.sh --issue {-d|--domain} example.com {-w|--webroot} /path/to/webroot
acme.sh

Acme.sh Command: Issue Certificate Nginx

acme.sh --issue --nginx {-d|--domain} example.com
acme.sh

Acme.sh Command: Issue Wildcard Certificate Dns Api

acme.sh --issue --dns dns_cf {-d|--domain} *.example.com
acme.sh

Acme.sh Command: Issue Certificate Standalone Port 80

acme.sh --issue --standalone {-d|--domain} example.com {-d|--domain} www.example.com
acme.sh

Acme.sh Command: Issue Certificate Standalone Tls

acme.sh --issue --alpn {-d|--domain} example.com
acme.sh

Acme.sh Command: Issue Certificate Apache

acme.sh --issue --apache {-d|--domain} example.com
acme.sh

Acme.sh Command: Install Certificate

acme.sh {-i|--install-cert} {-d|--domain} example.com --key-file /path/to/example.com.key --fullchain-file /path/to/example.com.cer --reloadcmd "systemctl force-reload nginx"

Suggest a Acme.sh Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Acme.sh workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.