]> Raphaël G. Git Repositories - acme/blob - acme-conf.1
Add last raw file
[acme] / acme-conf.1
1 .\" Manpage for acme conf.
2 .\" Contact acme@rapsys.eu to correct errors or typos.
3 .TH man 1 "19 Apr 2020" "2\&.0\&.0" "acme-conf man page"
4 .SH "NAME"
5 acme-conf \- the acme conf generator
6
7 .SH "SYNOPSIS"
8 \fIacme\fR conf [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [\-(d|\-debian)] example.com[=www.example.com[,cdn.example.com]] [\&.\&.\&.]
9
10 .SH "DESCRIPTION"
11 Acme conf is a fast and simple configuration generator\&.
12
13 .sp
14 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 "DOCUMENTATION"
17 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\&.
18
19 .sp
20 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\&.
21
22 .SH "OPTIONS"
23 .PP
24 \-\-verbose
25 .RS 4
26 Produces a verbose report about the current process for the purpose of problem analysis\&.
27 .RE
28 .PP
29 \-\-config
30 .RS 4
31 Use the specified configuration file\&. If the pathname is omitted, the file specified in Acme::CONFIG constant (normally /etc/acme/config) is assumed\&.
32 .RE
33 .PP
34 \-\-debian
35 .RS 4
36 Use debian specific path schema in configuration file\&. If omitted, the default redhat path schema is assumed\&.
37 .RE
38
39 .SH "ARGUMENTS"
40 .PP
41 \fBexample.com\fR
42 .RS 4
43 Will generate certificate configuration, with example.com common name\&.
44 .RE
45 .PP
46 \fBexample.com=www.example.com\fR
47 .RS 4
48 Will generate certificate configuration, with example.com common name and www.example.com in subject alt name\&.
49 .RE
50 .PP
51 \fBexample.com=www.example.com,cdn.example.com\fR
52 .RS 4
53 Will generate certificate configuration, with example.com common name and www.example.com + cdn.example.com in subject alt name\&.
54 .RE
55
56 .SH "CONTRIBUTE"
57 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.
58
59 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\&.
60
61 Patches are welcomed and grant credit when requested\&.
62
63 .SH "FURTHER DOCUMENTATION"
64 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\&.
65
66 .sp
67 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\&.
68
69 .SH "AUTHOR"
70 Raphaël Gertz (Rapsys) <acme@rapsys\&.eu>
71
72 .SH "BUGS"
73 No known bugs.
74
75 .SH "SEE ALSO"
76 \fBacme\fR(1), \fBacme-cert\fR(1), \fBacme-cron\fR(1)
77
78 .SH "ACME"
79 Part of the \fBacme\fR(1) suite