1LECM(1) LECM(1)
2
3
4
6 lecm - Let's Encrypt Manager
7
9 lecm [options]
10
12 Let's Encrypt Certificates Manager (lecm) is an utility that allows one
13 to manage (generate and renew) Let's Encrypt SSL certificates.
14
15 list all certificates managed by lecm
16
17 lecm -l
18
19 renew all certificates managed by lecm, according /etc/lecm.conf
20
21 lecm --renew
22
24 -h, --help
25 Show this help message and exit
26
27 -v, --version
28 Show program's version number and exit
29
30 --debug
31 Display DEBUG information level
32
33 --noop Proceed in noop mode
34
35 --conf CONF
36 Path to configuration file
37
38 --items [ITEMS [ITEMS ...]]
39 Limit the item to apply the action to
40
41 -l, --list
42 List the lecm configured certificates
43
44 -ld, --list-details
45 List the lecm configured certificates(details)
46
47 --generate
48 Generate Lets Encrypt SSL Certificates
49
50 --renew
51 Renew already generated SSL Certificates
52
53 --force
54 Force regeneration or renewal of SSL Certificates
55
57 The lecm source code and all documentation may be downloaded from
58 <https://github.com/Spredzy/lecm>.
59
61 Yanis Guenane <yanis@guenane.org>.
62
63
64
65Let's Encrypt Manager manual October 17, 2016 LECM(1)