]> Raphaël G. Git Repositories - acme/blob - acme.1
Add new acme, acme-cron, acme-cert and acme-cron man pages
[acme] / acme.1
1 .\" Manpage for acme.
2 .\" Contact acme@rapsys.eu to correct errors or typos.
3 .TH man 1 "19 Apr 2020" "2\&.0\&.0" "acme man page"
4 .SH "NAME"
5 acme \- the acme certificate generator
6
7 .SH "SYNOPSIS"
8 \fIacme\fR <command> [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [...]
9
10 .SH "DESCRIPTION"
11 Acme is a fast and simple certificate generator using ACME v2 API.
12
13 .sp
14 See \fBacme-conf\fR(1) to generate configuration, then see \fBacme-cert\fR(1) to generate your certificate and eventually look at \fBacme-cron\fR(1) to setup the cron job\&.
15
16 .SH "OPTIONS"
17 .PP
18 \-\-verbose
19 .RS 4
20 Produces a verbose report about the current process for the purpose of problem analysis\&.
21 .RE
22 .PP
23 \-\-config
24 .RS 4
25 Use the specified configuration file\&. If the pathname is omitted, the file specified in Acme::CONFIG constant (normally /etc/acme/config) is assumed\&.
26 .RE
27 .PP
28 \-\-debian
29 .RS 4
30 Use debian specific path schema in configuration file\&. If omitted, the default redhat path schema is assumed\&.
31 .RE
32
33 .SH "COMMANDS"
34 .PP
35 \fBconf\fR
36 .RS 4
37 Generate configuration, see \fBacme-conf\fR(1) for more details\&.
38 .RE
39 .PP
40 \fBcert\fR
41 .RS 4
42 Generate certificate, see \fBacme-cert\fR(1) for more details\&.
43 .RE
44 .PP
45 \fBcron\fR
46 .RS 4
47 Refresh certificate when needed, see \fBacme-cert\fR(1) for more details\&.
48 .RE
49
50 .SH "CONTRIBUTE"
51 You may buy me a Beer, a Tea or help with Server fees with a paypal donation to the address \m[blue]\fBpaypal@rapsys\&.eu\fR\m[] or via the donation page.
52
53 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\&.
54
55 Patches are welcomed and grant credit when requested\&.
56
57 .SH "DONATION"
58 \m[blue]\fBhttps://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JNWGK8Z2TBHFN\fR\m[]
59
60 .SH "FURTHER DOCUMENTATION"
61 A formated and hyperlinked copy of the lastest ACME v2 API documentation can be viewed at \fBhttps://ietf-wg-acme\&.github\&.io/acme/draft-ietf-acme-acme\&.html\fR\&.
62
63 .sp
64 This Acme implementation can be used for Let's Encrypt free, automated and open certificate authority, their documentation can be viewed at \fBhttps://letsencrypt\&.org/docs/\fR\&.
65
66 .SH "AUTHOR"
67 Raphaël Gertz (Rapsys) <acme@rapsys\&.eu>
68
69 .SH "BUGS"
70 No known bugs.
71
72 .SH "SEE ALSO"
73 \fBacme-conf\fR(1), \fBacme-cert\fR(1), \fBacme-cron\fR(1)
74
75 .SH "ACME"
76 Part of the \fBacme\fR(1) suite