17
0

- 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-apache?expand=0&rev=76
This commit is contained in:
2022-06-24 19:32:23 +00:00
committed by Git OBS Bridge
parent d28b700465
commit 4123fcf675
4 changed files with 13 additions and 4 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:19:03 UTC 2022 - Markéta Machová <mmachova@suse.com>