-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
102 lines (53 loc) · 2.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Acme 2.0.3
Raphaël Gertz (Rapsys) <[email protected]>
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 <[email protected]> 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. 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/
08. Author
----------
Raphaël Gertz (Rapsys) <[email protected]>
09. Bugs
--------
No known bugs.