- update to version 1.6.0

* Support for alternative certificate chains in the acme module.
  * Added --preferred-chain <issuer CN>. If a CA offers multiple 
    certificate chains, it may be used to indicate to Certbot which 
    chain should be preferred.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=68
This commit is contained in:
2020-07-13 08:37:39 +00:00
committed by Git OBS Bridge
parent 4c9897548a
commit 206e24cf30
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 13 08:34:32 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.6.0
* Certbot snaps are now available for the arm64 and armhf architectures.
* Make Certbot snap find externally snapped plugins
* Function certbot.compat.filesystem.umask is a drop-in replacement for
os.umask implementing umask for both UNIX and Windows systems.
-------------------------------------------------------------------
Thu Jun 11 12:10:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>