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

Changelog

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

  * New upstream version 2.9.0
  * Bump S-V; no changes needed
  * Remove dh_auto_test override

 -- Harlan Lieberman-Berg <email address hidden>  Tue, 13 Feb 2024 21:15:37 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-certbot-nginx_2.9.0-1.dsc 2.8 KiB 25a24a6a75dbbccb3ad472c0a0bec1fec58bb6221c49084d20b5801d8bac53a6
python-certbot-nginx_2.9.0.orig.tar.gz 76.4 KiB b8200a4c9ca8165feb70c07d8eb8907f904bc9c742a6f8f71e780bc16b72eb57
python-certbot-nginx_2.9.0.orig.tar.gz.asc 659 bytes 7185d5db8db9e0d33fd87311f9488eccd2d0f3bca52a5fb76d250de7b1bca15f
python-certbot-nginx_2.9.0-1.debian.tar.xz 17.8 KiB 73d2f5e88335103aafe640ca6b5e92b5b6a6186c0dc29f38436e0c2571a06c8b

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.