dehydrated 0.7.1-1 source package in Ubuntu

Changelog

dehydrated (0.7.1-1) unstable; urgency=medium

  * New upstream release 0.7.1.  Closes: #1023655
  * Update watch file.
    Thanks to Beat Bolli <email address hidden> for the patch
  * Update copyright.
  * Remove all patches applied upstream.
  * Include all commits from upstream after the 0.7.1 release.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Mattia Rizzolo <email address hidden>  Sat, 27 Jul 2024 15:13:05 +0900

Upload details

Uploaded by:
Debian Let's Encrypt Team
Uploaded to:
Sid
Original maintainer:
Debian Let's Encrypt Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dehydrated_0.7.1-1.dsc 2.3 KiB f7b6d8a1eb7f39954ac512f612fe125d0ea5e66bc3a47fea4cf83fdbd81646b0
dehydrated_0.7.1.orig.tar.gz 117.2 KiB 4d28a0598230b276b316070ce16be7d9ab984f3bdef482acf0bc24fcdcc0d0b0
dehydrated_0.7.1.orig.tar.gz.asc 488 bytes 6f27df5629de5417b0a24956be058e31ab060daf55056a16b94fc2d37060c823
dehydrated_0.7.1-1.debian.tar.xz 14.5 KiB f5678bbde10ad377d6d676a2b6b1fe3fed5dbc5e5c8b5d16e724650860514ea0

Available diffs

No changes file available.

Binary packages built by this source

dehydrated: 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.

dehydrated-apache2: 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.