acme.sh
Verified for current stable LTS
Acme.sh Command: Issue Certificate Standalone Port 80
An engineer would use the acme.sh command to issue an SSL certificate for the domains example.com and www.example.com when setting up a web server that needs secure HTTPS connections without an existing web service on port 80 to handle the HTTP challenge. Exact CLI syntax to issue_certificate_standalone_port_80 using Acme.sh.
When to use this: An engineer would use the acme.sh command to issue an SSL certificate for the domains example.com and www.example.com when setting up a web server that needs secure HTTPS connections without an existing web service on port 80 to handle the HTTP challenge.
Command Syntax
acme.sh --issue --standalone {-d|--domain} example.com {-d|--domain} www.example.com acme.sh --issue --standalone `{-d|--domain`} example.com `{-d|--domain`} 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.
FAQ
Purpose: Exact syntax to issue_certificate_standalone_port_80 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: Issue Certificate Webroot
acme.sh --issue {-d|--domain} example.com {-w|--webroot} /path/to/webroot Acme.sh Command: Issue Certificate Nginx acme.sh --issue --nginx {-d|--domain} example.com Acme.sh Command: Issue Wildcard Certificate acme.sh --issue --dns dns_cf {-d|--domain} *.example.com Acme.sh Command: Issue Certificate Standalone Port80 acme.sh --issue --standalone {-d|--domain} example.com {-d|--domain} www.example.com Acme.sh Command: Issue Certificate Standalone Tls acme.sh --issue --alpn {-d|--domain} example.com