File: control

package info (click to toggle)
acme-tiny 1%3A5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 776; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,192 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
Source: acme-tiny
Maintainer: Debian Let's Encrypt Team <team+letsencrypt@tracker.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3 (>= 3.3.2-2~),
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/diafygi/acme-tiny
Vcs-Git: https://salsa.debian.org/letsencrypt-team/acme-tiny.git
Vcs-Browser: https://salsa.debian.org/letsencrypt-team/acme-tiny

Package: acme-tiny
Architecture: all
Depends: openssl (>=1.0.1k),
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends}
Description: letsencrypt tiny Python client
 acme-tiny is a tiny script to issue and renew TLS certs from Let's Encrypt
 .
 This is a tiny, auditable script that you can throw on your server to issue and
 renew Let's Encrypt certificates. Since it has to be run on your server and
 have access to your private Let's Encrypt account key, the script is kept as
 tiny as possible (currently less than 200 lines). The only prerequisites are
 Python and openssl.