acme.sh Verified for current stable LTS

Acme.sh Command: Install Certificate

An engineer would use the acme.sh command to install an SSL certificate for the domain 'example.com', specifying the key file, certificate file, and instructing the system to reload the NGINX web server to apply the new certificate. Exact CLI syntax to install_certificate using Acme.sh.

When to use this: An engineer would use the acme.sh command to install an SSL certificate for the domain 'example.com', specifying the key file, certificate file, and instructing the system to reload the NGINX web server to apply the new certificate.

Command Syntax

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"

Command Breakdown

--key-file
Command Option
Tool-specific option used by this command invocation.
--fullchain-file
Command Option
Tool-specific option used by this command invocation.
--reloadcmd
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to install_certificate using Acme.sh.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Acme.sh directory