diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-19 17:19:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-19 17:19:02 +0000 |
commit | dc9275cec5893b7d033186be70cb485d2cf1bba8 (patch) | |
tree | b796b02851702f7d37cc9f4a3b19fdfd6a22e456 /debian/control | |
parent | Adding upstream version 0.7.1. (diff) | |
download | dehydrated-dc9275cec5893b7d033186be70cb485d2cf1bba8.tar.xz dehydrated-dc9275cec5893b7d033186be70cb485d2cf1bba8.zip |
Adding debian version 0.7.1-1.debian/0.7.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..83b8a16 --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: dehydrated +Section: misc +Priority: optional +Maintainer: Debian Let's Encrypt Team <team+letsencrypt@tracker.debian.org> +Uploaders: + Daniel Beyer <dabe@deb.ymc.ch>, + Mattia Rizzolo <mattia@debian.org>, +Build-Depends: + apache2-dev, + debhelper-compat (= 13), + dh-apache2, + dh-exec, +Standards-Version: 4.7.0 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/letsencrypt-team/dehydrated.git +Vcs-Browser: https://salsa.debian.org/letsencrypt-team/dehydrated +Homepage: https://dehydrated.io + +Package: dehydrated +Architecture: all +Multi-Arch: foreign +Depends: + ca-certificates, + curl, + openssl, + ${misc:Depends}, +Description: ACME client implemented in Bash + The dehydrated ACME client allows signing certificates with an + ACME server, like the one provided by the Let’s Encrypt certificate + authority (letsencrypt.org). It is implemented as a relatively simple + Bash script, which uses curl to communicate with the ACME server and + OpenSSL to deal with keys, sign requests and certificates. + . + The ACME (Automated Certificate Management Environment) protocol makes + it possible to automatically obtain browser-trusted certificate. + +Package: dehydrated-apache2 +Architecture: all +Depends: + ${misc:Depends}, +Recommends: + dehydrated, + ${misc:Recommends}, +Description: dehydrated challenge response support for Apache2 + This package provides an Apache2 config snippet to serve the http-01 challenge + responses for dehydrated. + . + Installing this package together with dehydrated is enough to have a fully + functional ACME client, including replying to the HTTP challenge. |