]> Raphaël G. Git Repositories - acme/blob - acmeconf.1
Remove separate cron script
[acme] / acmeconf.1
1 .\" Manpage for acmeconf.
2 .\" Contact acme@rapsys.eu to correct errors or typos.
3 .TH man 1 "20 Jun 2017" "0.8" "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,...]] [-(t|-term)[=https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf]] [...] > /etc/acme/config
8 .SH DESCRIPTION
9 acmeconf is a basic script generating a template configuration for generating letsencrypt certificate.
10 .SH OPTIONS
11 The acmeconf script takes multiple 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
19 Use -t or --term for letsencrypt license agreement.
20 .SH EXAMPLE 1
21 .TP
22 .B acmeconf -r example.com,www.example.com,ssl.example.com > /etc/acme/config
23 will generate redhat like template configuration file for example.com as principal domain and www.example.com with ssl.example.com as alternatives domains.
24 .SH EXAMPLE 2
25 .TP
26 .B acmeconf -r example.com,www.example.com -r webmail.example.com,imap.example.com,smtp.example.com | sudo tee /etc/acme/config
27 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.
28 .SH SEE ALSO
29 acmecron(1),acmecert(1)
30 .SH BUGS
31 No known bugs.
32 .SH AUTHOR
33 Raphaël Gertz (rapsys) <acme@rapsys.eu>