python-certbot-nginx 2.1.0-2 source package in Ubuntu
Changelog
python-certbot-nginx (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:34:24 -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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-certbot-nginx_2.1.0-2.dsc | 2.8 KiB | 219b62a2a3ab77290df17c3033de6e2a4a151cc9738f9d277a30b7844c69ee6f |
python-certbot-nginx_2.1.0.orig.tar.gz | 75.9 KiB | 9f88b92227e72463a57de28ef82a5c2a4eb18d1d7ec811f33ddbf9fbef92a4aa |
python-certbot-nginx_2.1.0.orig.tar.gz.asc | 659 bytes | f7e53e56ab16c846be65bf1d4cfab8648e3585f46af0238f2425daee09a22eb4 |
python-certbot-nginx_2.1.0-2.debian.tar.xz | 17.8 KiB | 74e9de57c51bcea82e8e5462cd8fdd1c91502bd706242d8b21581f0955686956 |
Available diffs
- diff from 1.29.0-1 to 2.1.0-2 (4.5 KiB)
- diff from 2.0.0-1 to 2.1.0-2 (3.0 KiB)
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.