From cee2ff1c6bdab0c65dbc7b2f303fb98aa290c841cf9d6f0f9aa87ac91e758462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 2 Oct 2019 10:18:07 +0000 Subject: [PATCH] * Don't send OCSP requests for expired certificates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=45 --- python-certbot.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python-certbot.changes b/python-certbot.changes index 1318613..83a388d 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -3,6 +3,7 @@ Wed Oct 2 10:02:37 UTC 2019 - Marketa Calabkova - update to version 0.39.0 * Support for Python 3.8 was added to Certbot and all of its components. + * Don't send OCSP requests for expired certificates ------------------------------------------------------------------- Wed Sep 11 12:29:03 UTC 2019 - Marketa Calabkova