From: Raphaël Gertz Date: Sun, 19 Apr 2020 14:21:15 +0000 (+0200) Subject: Add readme file X-Git-Tag: 2.0.0 X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/6109a25ec05ace9e5a0f633d85ab4afb6c5f918d Add readme file --- diff --git a/README b/README new file mode 100644 index 0000000..d7923f0 --- /dev/null +++ b/README @@ -0,0 +1,109 @@ + + Acme 2.0.0 + + Raphaël Gertz (Rapsys) + + This program generate letsencrypt free certificates. + + + + 01. What's acme? + ---------------- + + Acme is a fast and simple certificate generator using ACME v2 API. + + Consult: + + * man 1 acme: general documentation. + + * man 1 acme-conf: about config generation. + + * man 1 acme-cert: about certificate generation. + + * man 1 acme-cron: about cron job setup. + + + + 02. Acme conf + ------------- + + * acme conf [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] + example.com[=www.example.com[,cdn.example.com]] [...] [-(d|-debian)] + + + + 03. Acme cert + ------------- + + * acme cert [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] [example.com] + [...] + + + + 04. Acme cron + ------------- + + * acme cron [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] [example.com] + [...] + + + + 05. Acme options + ---------------- + + * --verbose: Produces a verbose report about the current process for the + purpose of problem analysis. + + * --config: Use the specified configuration file. If the pathname is omitted, + the file specified in Acme::CONFIG constant is assumed. + Default value is /etc/acme/config + + * --debian: Use debian specific path schema in configuration file. If omitted, + the default redhat path schema is assumed. + + + + 06. Contribute + -------------- + + You may buy me a Beer, a Tea or help with Server fees with a paypal donation to + the address or via the donation page. + + Don't forget to show your love for this project, feel free to report bugs to + the author, issues which are security relevant should be disclosed privately + first. + + Patches are welcomed and grant credit when requested. + + + + 07. Donation + ------------ + + https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JNWGK8Z2TBHFN + + + + 08. Documentation + ----------------- + + A formated and hyperlinked copy of the lastest ACME v2 API documentation can be + viewed at: https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html + + This Acme implementation can be used for Let's Encrypt free, automated and open + certificate authority, their documentation can be viewed at: + https://letsencrypt.org/docs/ + + + + 09. Author + ---------- + + Raphaël Gertz (Rapsys) + + + + 10. Bugs + -------- + + No known bugs.