4 Raphaël Gertz (Rapsys) <acme@rapsys.eu>
6 This program generate letsencrypt free certificates.
13 Acme is a fast and simple certificate generator using ACME v2 API.
17 * man 1 acme: general documentation.
19 * man 1 acme-conf: about config generation.
21 * man 1 acme-cert: about certificate generation.
23 * man 1 acme-cron: about cron job setup.
30 * acme conf [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]]
31 example.com[=www.example.com[,cdn.example.com]] [...] [-(d|-debian)]
38 * acme cert [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] [example.com]
46 * acme cron [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] [example.com]
54 * --verbose: Produces a verbose report about the current process for the
55 purpose of problem analysis.
57 * --config: Use the specified configuration file. If the pathname is omitted,
58 the file specified in Acme::CONFIG constant is assumed.
59 Default value is /etc/acme/config
61 * --debian: Use debian specific path schema in configuration file. If omitted,
62 the default redhat path schema is assumed.
69 You may buy me a Beer, a Tea or help with Server fees with a paypal donation to
70 the address <paypal@rapsys.eu> or via the donation page.
72 Don't forget to show your love for this project, feel free to report bugs to
73 the author, issues which are security relevant should be disclosed privately
76 Patches are welcomed and grant credit when requested.
83 A formated and hyperlinked copy of the lastest ACME v2 API documentation can be
84 viewed at: https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html
86 This Acme implementation can be used for Let's Encrypt free, automated and open
87 certificate authority, their documentation can be viewed at:
88 https://letsencrypt.org/docs/
95 Raphaël Gertz (Rapsys) <acme@rapsys.eu>