From 9913d7a1a199da5bebe2f39aee734507aee0daa6 Mon Sep 17 00:00:00 2001 From: helgeerbe Date: Thu, 24 Nov 2022 15:49:12 +0100 Subject: [PATCH] fix in readme --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6c7cf42..06a7547 100644 --- a/README.rst +++ b/README.rst @@ -137,9 +137,10 @@ Changelog - 2022.11.24 - remove zope to fix compatibility with Certbot 2.x (Fixes #19) - As a reminder, Certbot will default to issuing ECDSA certificates from release 2.0.0. - If you update from a prior certbot release, run the plugin once manually. You will be prompted - to update RSA key type to ECDSA. + + As a reminder, Certbot will default to issuing ECDSA certificates from release 2.0.0. + If you update from a prior certbot release, run the plugin once manually. You will be prompted + to update RSA key type to ECDSA. - 2022.05.15 - Added capability to handle multiple domain validations #16