acmetool 0.2.2-1build1 source package in Ubuntu

Changelog

acmetool (0.2.2-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:13:03 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
acmetool_0.2.2.orig.tar.gz 118.7 KiB 5671a4ff00c007dd00883c601c0a64ab9c4dc1ca4fa47e5801b69b015d43dfb3
acmetool_0.2.2-1build1.debian.tar.xz 9.7 KiB bc0b0cf8fe6a1e49d42f13e91fda4e418535ab79450cd71f0ba10ec1b487b5db
acmetool_0.2.2-1build1.dsc 2.7 KiB ae15154e89dc4a267911c1e101a797c8d641da6de23437f50a912fc5b34ebbdd

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