acmetool 0.2.2-2ubuntu0.24.04.1 source package in Ubuntu

Changelog

acmetool (0.2.2-2ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Fri, 12 Jul 2024 13:29:49 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
acmetool_0.2.2.orig.tar.gz 118.7 KiB 5671a4ff00c007dd00883c601c0a64ab9c4dc1ca4fa47e5801b69b015d43dfb3
acmetool_0.2.2-2ubuntu0.24.04.1.debian.tar.xz 9.8 KiB 2eb6d3bbc7eb87b89077a79776564efe6fc7d3d7c066151fee3619f3dd9aa740
acmetool_0.2.2-2ubuntu0.24.04.1.dsc 2.6 KiB be0f7cde7fd7990dfba16e91ccae3ee9587245ddc210dd749914638bbf9e7347

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