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 (>= 11~),
               dh-python,
               pandoc,
               python3-all,
               python3-flake8,
               python3-openssl,
               python3-prettytable,
               python3-requests,
               python3-setuptools,
               python3-yaml
Standards-Version: 4.1.4
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.
