]> Raphaël G. Git Repositories - acme/blob - acmecert.1
Fix bad spelling
[acme] / acmecert.1
1 .\" Manpage for acmecert.
2 .\" Contact acme@rapsys.eu to correct errors or typos.
3 .TH man 1 "05 Apr 2017" "0.7" "acmecert man page"
4 .SH NAME
5 acmecert \- generate a single certificate
6 .SH SYNOPSIS
7 acmecert [-(r|-redhat|d|-debian)] [example.com[,www.example.com,...]] [...]
8 .SH DESCRIPTION
9 acmecert is a basic script generating a single certificate based on parameters.
10 .SH OPTIONS
11 The acmecert takes options.
12
13 Use -d for debug directive.
14
15 Use -p for production mode.
16
17 These directives require to be followed by an email address and the domain and alternative domain list.
18 .SH EXAMPLE 1
19 .TP
20 .B acmecert -d webmaster@example.com example.com www.example.com ssl.example.com
21 will generate a certificate for example.com with www.example.com and ssl.example.com alternatives domains with debug mode active.
22 .SH EXAMPLE 2
23 .TP
24 .B acmecert -p webmaster@example.com example.com www.example.com ssl.example.com
25 will generate a certificate for example.com with www.example.com and ssl.example.com alternatives domains with production mode active.
26 .SH SEE ALSO
27 acmecron(1),acmecert(1)
28 .SH BUGS
29 No known bugs.
30 .SH AUTHOR
31 Raphaël Gertz (rapsys) <acme@rapsys.eu>