acme.sh
Verified for current stable LTS
Acme.sh Command: Issue Certificate Multiple Domains Standalone Mode
Use for issue certificate multiple domains standalone mode with Acme.sh. Exact CLI syntax to issue certificate multiple domains standalone mode using Acme.sh.
When to use this: Use for issue certificate multiple domains standalone mode with Acme.sh.
Command Syntax
acme.sh --issue --standalone -d <example.com> -d <www.example.com> acme.sh --issue --standalone -d <example.com> -d <www.example.com> Command Breakdown
--issue- Command Option
- Tool-specific option used by this command invocation.
--standalone- Command Option
- Tool-specific option used by this command invocation.
-d- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to issue certificate multiple domains standalone mode 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
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 Command: Install Certificate Files acme.sh -i -d <example.com> --key-file /<path/to/example.com.key> --fullchain-file /<path/to/example.com.cer> --reloadcmd "<systemctl force-reload nginx>" Acme.sh Command: Install Certificate Files Auto Renewal acme.sh -i -d <example.com> --key-file /<path/to/example.com.key> --fullchain-file /<path/to/example.com.cer> --reloadcmd "<systemctl force-reload nginx>" Acme.sh Command: Install Certificates 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 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}"