- update to version 1.3.0

* Don't verify the existing certificate in HTTP01Response.simple_verify, for
    compatibility with the real-world ACME challenge checks.
  * Fix acme module warnings when response Content-Type includes params (e.g. charset).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=52
This commit is contained in:
2020-03-11 13:41:49 +00:00
committed by Git OBS Bridge
parent 5dbcfe4f81
commit e048d60f05
6 changed files with 23 additions and 15 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 11 13:40:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.3.0
* Don't verify the existing certificate in HTTP01Response.simple_verify, for
compatibility with the real-world ACME challenge checks.
* Fix acme module warnings when response Content-Type includes params (e.g. charset).
-------------------------------------------------------------------
Fri Feb 21 15:26:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>