acmetool 0.0.59-1 source package in Ubuntu

Changelog

acmetool (0.0.59-1) unstable; urgency=medium

  * New upstream release
    - Validate hostnames in 'acmetool want'
    - Allow environment variables to be passed to challenge hooks
    - Allow acmeapi to obtain new nonces if nonce pool is depleted
    - Don't attempt fdb permission tests on non-cgo builds
    - Add read/write timeouts to redirector server
    - Allow hidden files within the state directory

  [ Peter Colberg ]
  * Fix import path of square/go-jose

 -- Peter Colberg <email address hidden>  Sun, 19 Feb 2017 22:41:49 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
acmetool_0.0.59-1.dsc 2.6 KiB e6b80e987554e45ee229063fec911f6b24fcef481b779ad8289083a2f21e5995
acmetool_0.0.59.orig.tar.gz 128.8 KiB c84bf2d7ab20fdc16b9047ebb3bca48c8e1282f92605fa2eba08f7963ef6c3b4
acmetool_0.0.59-1.debian.tar.xz 7.6 KiB 87791aa916b912685860b9c4b87379e111e12f36ff77f3c0caa7d54b612b97f6

Available diffs

No changes file available.

Binary packages built by this source

acmetool: automatic certificate acquisition tool for Let's Encrypt

 acmetool is an easy-to-use command line tool for automatically
 acquiring TLS certificates from ACME (Automated Certificate Management
 Environment) servers such as Let's Encrypt, designed to flexibly
 integrate into your webserver setup to enable automatic verification.
 .
 acmetool is designed to work like make: you specify what certificates
 you want, and acmetool obtains certificates as necessary to satisfy
 those requirements. If the requirements are already satisfied,
 acmetool doesn't do anything when invoked. Thus, acmetool is
 ideally suited for use on a cron job; it will do nothing until
 certificates are near expiry, and then obtain new ones.
 .
 acmetool is designed to minimise the use of state and be transparent
 in the state that it does use. All state, including certificates, is
 stored in a single directory, by default /var/lib/acme. The schema
 for this directory is simple, comprehensible and documented.

acmetool-dbgsym: debug symbols for acmetool