Forrest logo
back to context overview

acme.sh

List of commands for acme.sh:

  • acme.sh:tldr:2e864 acme.sh: Issue a certificate using a working Nginx configuration.
    $ acme.sh --issue --nginx --domain ${example-com}
    try on your machine
    explain this command
  • acme.sh:tldr:50f42 acme.sh: Issue a certificate using webroot mode.
    $ acme.sh --issue --domain ${example-com} --webroot ${-path-to-webroot}
    try on your machine
    explain this command
  • acme.sh:tldr:871de acme.sh: Issue a certificate for multiple domains using standalone mode using port 80.
    $ acme.sh --issue --standalone --domain ${example-com} --domain ${www-example-com}
    try on your machine
    explain this command
  • acme.sh:tldr:8a1f5 acme.sh: Issue a certificate using a working Apache configuration.
    $ acme.sh --issue --apache --domain ${example-com}
    try on your machine
    explain this command
  • acme.sh:tldr:8cd16 acme.sh: Install certificate files into the specified locations (useful for automatic certificate renewal).
    $ acme.sh --install-cert -d ${example-com} --key-file ${-path-to-example-com-key} --fullchain-file ${-path-to-example-com-cer} --reloadcmd ${"systemctl force-reload nginx"}
    try on your machine
    explain this command
  • acme.sh:tldr:b932d acme.sh: Issue a certificate using standalone TLS mode using port 443.
    $ acme.sh --issue --alpn --domain ${example-com}
    try on your machine
    explain this command
back to context overview