python-letsencrypt 0.7.0-0ubuntu0.16.04.1 source package in Ubuntu
Changelog
python-letsencrypt (0.7.0-0ubuntu0.16.04.1) xenial; urgency=medium [ Robie Basak ] * This update is part of the set of major updates moving Let's Encrypt/Certbot to version 0.23 in 16.04 in order to allow it to continue working following the general shutdown of TLS-SNI-01 validation (LP: #1640978). * The new source package python-certbot takes over this package's functions, with binary packages certbot, python-certbot and python-certbot-doc taking over respectively. * The following two functional changes are additionally made: - Log rotation is switched to logrotate via /etc/logrotate.d/certbot, and /etc/letsencrypt/cli.ini is introduced to disable internal log rotation to avoid collision. - Automatic renewal is enabled via the certbot.timer and certbot.service systemd units. [ Michael Casadevall ] * Replace python-letsencrypt with a compatibility shim -- Robie Basak <email address hidden> Fri, 22 Feb 2019 12:42:44 +0000
Upload details
- Uploaded by:
- Robie Basak
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | updates | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-letsencrypt_0.7.0.orig.tar.gz | 5.6 KiB | c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9 |
python-letsencrypt_0.7.0-0ubuntu0.16.04.1.debian.tar.xz | 5.7 KiB | 4cc44dec8738f1aa773589f96f5f31a7c2fcb8474aa5c11d8e35e64f41f4cd1a |
python-letsencrypt_0.7.0-0ubuntu0.16.04.1.dsc | 2.2 KiB | 721275ba4fb77bc0fdf131076abdab7297ca9ff8d46d47a024b66877d1c2cb52 |
Available diffs
Binary packages built by this source
- python-letsencrypt: Let's Encrypt main library
The objective of Let's Encrypt and the ACME (Automated Certificate
Management Environment) protocol is to make it possible to set up an
HTTPS server and have it automatically obtain a browser-trusted
certificate, without any human intervention. This is accomplished by
running a certificate management agent on the web server.
.
This agent is used to:
.
- Automatically prove to the Let's Encrypt CA that you control the website
- Obtain a browser-trusted certificate and set it up on your web server
- Keep track of when your certificate is going to expire, and renew it
- Help you revoke the certificate if that ever becomes necessary.
.
This package contains a compatibility shim to allow older letsencrypt plugins
to work with the newer python-certbot module