python-certbot-nginx 0.40.0-0ubuntu0.1 source package in Ubuntu

Changelog

python-certbot-nginx (0.40.0-0ubuntu0.1) focal; urgency=medium

  * Cope with newer python-acme that dropped TLSSNI01 (LP: #1875471):
    - new upstream version: 0.40.0
    - d/rules: actually run the tests by fixing the expression that looks
      for nocheck in DEB_BUILD_OPTIONS
    - d/p/fix-tests-with-newer-acme.patch: fix tests with newer python-acme
      that has no TLSSNI01. Thanks to Brad Warren <email address hidden>

 -- Andreas Hasenack <email address hidden>  Tue, 05 May 2020 15:39:00 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-certbot-nginx_0.40.0.orig.tar.gz 76.2 KiB 3df8cec22910f2d41ccb4494661ff65f98c52dd441864a53a318b32979256881
python-certbot-nginx_0.40.0.orig.tar.gz.asc 488 bytes eb984c0099a6d842a47b34b64292adaaf3e027b3e4c6671a6be75252acbd51c4
python-certbot-nginx_0.40.0-0ubuntu0.1.debian.tar.xz 6.6 KiB b90275aadd9662581c3282087f793d9c3ac764fcbee291aab772fe8917060b92
python-certbot-nginx_0.40.0-0ubuntu0.1.dsc 2.9 KiB 2d815561d8a8318f65d0df039f2abed5be60b2d72e0b0bf5ce904e4689542d05

View changes file

Binary packages built by this source

python-certbot-nginx-doc: Nginx plugin documentation 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 documentation for the Nginx plugin.

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.