File: control

package info (click to toggle)
lecm 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: python: 604; makefile: 10
file content (41 lines) | stat: -rw-r--r-- 1,446 bytes parent folder | download
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 Team <team+letsencrypt@tracker.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>
Build-Depends: acme-tiny,
               debhelper-compat (= 13),
               dh-python,
               pandoc,
               python3-all,
               python3-flake8,
               python3-openssl,
               python3-prettytable,
               python3-requests,
               python3-setuptools,
               python3-yaml
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/letsencrypt-team/lecm
Vcs-Git: https://salsa.debian.org/letsencrypt-team/lecm.git
Homepage: https://github.com/Spredzy/lecm

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.