acmetool 0.0.62-1 source package in Ubuntu
Changelog
acmetool (0.0.62-1) unstable; urgency=medium * New upstream release [ Michael Stapelberg ] * Drop unnecessary -O--buildsystem=golang args. (Closes: #879276) [ Peter Colberg ] * Update Vcs-* fields for move to salsa.debian.org * Update Let's Encrypt Subscriber Agreement URL in README.Debian * Skip tests if DEB_BUILD_OPTIONS contains nocheck * Set Priority to optional as per policy 4.0.1 * Remove unused lintian overrides for spelling false positive * Bump Standards-Version to 4.1.3 -- Peter Colberg <email address hidden> Mon, 05 Feb 2018 21:12:17 -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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
acmetool_0.0.62-1.dsc | 2.6 KiB | ab5f8bf180738a7a3cf5fe9997bb52d68058f1dce1f0c5fac2ceddd2dfb00076 |
acmetool_0.0.62.orig.tar.gz | 129.7 KiB | ceaab0bc974846a26bce79e918ab79080013f6eed05dc981347c48eefde6d4f5 |
acmetool_0.0.62-1.debian.tar.xz | 7.6 KiB | f1d716aaae8673db8c55f9fad4532e37ff239f9d987a3e2a9013524cdddd7763 |
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