acmetool 0.2.1-1ubuntu0.2 source package in Ubuntu

Changelog

acmetool (0.2.1-1ubuntu0.2) focal-security; urgency=medium

  * No-change rebuild for golang-golang-x-text

 -- Eduardo Barretto <email address hidden>  Wed, 18 Jan 2023 11:36:05 +0100

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
acmetool_0.2.1.orig.tar.gz 118.6 KiB 54acffe7381696ecdc829f65810897075d17c5600c077f431eda5e5244189a74
acmetool_0.2.1-1ubuntu0.2.debian.tar.xz 8.8 KiB fe958b1ef9c50afe8c930614268802fa5588a721ab834c927c1ed17ade77d336
acmetool_0.2.1-1ubuntu0.2.dsc 2.8 KiB 3d15cf77d0f64a7159f9f02b477d12a5e2a686366f92b5173684d4896d6841ea

View changes file

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