]> Raphaël G. Git Repositories - acme/blob - acmeconf.1
Add man page documentation
[acme] / acmeconf.1
1 .\" Manpage for acmeconf.
2 .\" Contact acme@rapsys.eu to correct errors or typos.
3 .TH man 1 "05 Apr 2017" "0.7" "acmeconf man page"
4 .SH NAME
5 acmeconf \- create a new configuration template
6 .SH SYNOPSIS
7 acmeconf [-(r|-redhat|d|-debian)] [example.com[,www.example.com,...]] [...]
8 .SH DESCRIPTION
9 acmeconf is a basic script generating a template configuration for generating letsencrypt certificate.
10 .SH OPTIONS
11 The acmeconf takes options.
12
13 Use -r or --redhat directive for a distribution using redhat certificate path (/etc/pki/tls).
14
15 Use -d or --debian for a distribution using debian like certificate base path (/etc/ssl).
16
17 These directives can be followed by domain and alternative(s) domain(s) list each separated by a coma, the first one of the list will be used as principal domain name.
18 .SH EXAMPLE 1
19 .TP
20 .B acmeconf -r example.com,www.example.com,ssl.example.com > /etc/acme/config
21 will generate redhat like template configuration file for example.com as principal domain and www.example.com with ssl.example.com as alternatives domains.
22 .SH EXAMPLE 2
23 .TP
24 .B acmeconf -r example.com,www.example.com -r webmail.example.com,imap.example.com,smtp.example.com | sudo tee /etc/acme/config
25 will generate redhat like template configuration file for example.com as principal domain and www.example.com with ssl.example.com as alternatives domains and an other one for the mail.example.com domain with example.com and smtp.example.com as alternatives domain.
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>