- update to 1.28.0:

* Updated Apache/NGINX TLS configs to document contents are based on ssl-config.mozilla.org
  * A change to order finalization has been made to the `acme` module and Certbot:
    - An order's `certificate` field will only be processed if the order's `status` is `valid`.
    - An order's `error` field will only be processed if the order's `status` is `invalid`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=93
This commit is contained in:
2022-06-24 19:25:24 +00:00
committed by Git OBS Bridge
parent 948f6d91d9
commit 933cd51a58
6 changed files with 27 additions and 18 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 24 19:24:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.28.0:
* Updated Apache/NGINX TLS configs to document contents are based on ssl-config.mozilla.org
* A change to order finalization has been made to the `acme` module and Certbot:
- An order's `certificate` field will only be processed if the order's `status` is `valid`.
- An order's `error` field will only be processed if the order's `status` is `invalid`.
-------------------------------------------------------------------
Mon May 30 09:13:58 UTC 2022 - Markéta Machová <mmachova@suse.com>