python-certbot-apache 2.1.0-2 source package in Ubuntu

Changelog

python-certbot-apache (2.1.0-2) unstable; urgency=medium

  * Bump B-D on acme, certbot ABI

 -- Harlan Lieberman-Berg <email address hidden>  Wed, 07 Dec 2022 22:32:23 -0500

Upload details

Uploaded by:
Debian Let's Encrypt Team
Uploaded to:
Sid
Original maintainer:
Debian Let's Encrypt Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-certbot-apache_2.1.0-2.dsc 2.8 KiB 6763e2f223a5c889f4cf140265fd511a24bd44c53577fdc80eeaaa03018587ce
python-certbot-apache_2.1.0.orig.tar.gz 194.5 KiB f5baa523a4bf9a848d11ae953cf7054a42b98cbe0ceedaf1746ed5528035241b
python-certbot-apache_2.1.0.orig.tar.gz.asc 659 bytes 3021062baa8cb1e429baa0e1add33bf9c2cac2d5b1f3f7d4e21b3be7696b4bf4
python-certbot-apache_2.1.0-2.debian.tar.xz 18.7 KiB 6792641261f298c8b3b3ff5bed8af1e0f6edbbfe219660dfc09cc13b976d249c

Available diffs

No changes file available.

Binary packages built by this source

python3-certbot-apache: Apache plugin for Certbot

 The objective of Certbot, 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 the Apache plugin to the main application.