💾 Archived View for freeshell.de › tldr › acme.sh.gmi captured on 2024-02-05 at 10:11:58. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

acme.sh

Shell script implementing ACME client protocol, an alternative to certbot.
See also `acme.sh dns`.

More information.

acme.sh --issue --domain {example.com} --webroot {/path/to/webroot}
acme.sh --issue --standalone --domain {example.com} --domain {www.example.com}
acme.sh --issue --alpn --domain {example.com}
acme.sh --issue --nginx --domain {example.com}
acme.sh --issue --apache --domain {example.com}
acme.sh --issue --dns {dns_cf} --domain {*.example.com}
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"}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY