File: control

package info (click to toggle)
lecm 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 55
  • sloc: python: 605; makefile: 10
file content (41 lines) | stat: -rw-r--r-- 1,449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: lecm
Section: utils
Priority: optional
Maintainer: Debian Let's Encrypt <letsencrypt-devel@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>
Build-Depends: acme-tiny,
               debhelper (>= 10),
               dh-python,
               pandoc,
               python3-all,
               python3-flake8,
               python3-openssl,
               python3-prettytable,
               python3-requests,
               python3-setuptools,
               python3-yaml
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/letsencrypt/lecm.git
Vcs-Git: https://anonscm.debian.org/git/letsencrypt/lecm.git
Homepage: https://github.com/Spredzy/lecm
X-Python3-Version: >= 3.3

Package: lecm
Architecture: all
Depends: acme-tiny,
         python3-openssl,
         python3-prettytable,
         python3-requests,
         python3-yaml,
         ${misc:Depends},
         ${python3:Depends}
Description: Let's Encrypt Certificate Manager
 Let's Encrypt Certificates Manager (lecm) is an utility that allows one to
 manage (generate and renew) Let's Encrypt SSL certificates.
 .
 lecm can be placed in a cron to automatically renew lecm's managed
 certificates according to a threshold; during the renewal operations
 lecm is also able to restart the web server.
 .
 lecm take a yaml style configuration (default to /etc/lecm.conf),parameter can
 be declared for all managed certificates or individually.