acmetool 0.2.2-2 source package in Ubuntu

Changelog

acmetool (0.2.2-2) unstable; urgency=medium

  * Team upload.

  [ Helmut Grohne ]
  * Install systemd units only once when dh_installsystemd moves to /usr.
    (Closes: #1054192)

 -- Jochen Sprickerhof <email address hidden>  Fri, 27 Oct 2023 13:19:07 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
acmetool_0.2.2-2.dsc 2.6 KiB 112d4fce44b75234f8c654afa418bb383edca7f593bcda79906940e5466719dc
acmetool_0.2.2.orig.tar.gz 118.7 KiB 5671a4ff00c007dd00883c601c0a64ab9c4dc1ca4fa47e5801b69b015d43dfb3
acmetool_0.2.2-2.debian.tar.xz 9.7 KiB 49508f856c2d65759e613249b39803e930830e54901e0c447243ee5dadfba549

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