python-certbot-nginx 1.18.0-1 source package in Ubuntu

Changelog

python-certbot-nginx (1.18.0-1) unstable; urgency=medium

  * New upstream version 1.18.0
  * Bump dep on acme, certbot

 -- Harlan Lieberman-Berg <email address hidden>  Wed, 18 Aug 2021 00:19:00 -0400

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-certbot-nginx_1.18.0-1.dsc 2.8 KiB b52548a3d8bde9aa1f053d75193fef28d8c4e76f38a845b513401745aa0a949f
python-certbot-nginx_1.18.0.orig.tar.gz 74.3 KiB 38341b54c43dc689b67427ccf6df3e3219e4ead5a0b599fc01de883d2762cdaa
python-certbot-nginx_1.18.0.orig.tar.gz.asc 488 bytes c874fee4b35658227f7f4f47b03a2472696d3c7d619a7ac25738345fa54ce35f
python-certbot-nginx_1.18.0-1.debian.tar.xz 9.1 KiB ba303dc58c916ea84cddd92486b371c396bdf432336f00009e3730296a4adaa0

Available diffs

No changes file available.

Binary packages built by this source

python3-certbot-nginx: Nginx 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 Nginx plugin to the main application.