From bmw at eff.org Tue Apr 5 12:49:12 2022 From: bmw at eff.org (Brad Warren) Date: Tue, 5 Apr 2022 19:49:12 +0000 Subject: [Certbot-dev] Certbot 1.26.0 Release Message-ID: Certbot 1.26.0 has just been released. The changelog for the release is: ## 1.26.0 - 2022-04-05 ### Added * Added `--new-key`. When renewing or replacing a certificate that has `--reuse-key` set, it will force a new private key to be generated, one time. As before, `--reuse-key` and `--no-reuse-key` can be used to enable and disable key reuse. ### Changed * The default propagation timeout for the OVH DNS plugin (`--dns-ovh-propagation-seconds`) has been increased from 30 seconds to 120 seconds, based on user feedback. ### Fixed * Certbot for Windows has been upgraded to use Python 3.9.11, in response to https://www.openssl.org/news/secadv/20220315.txt. * Previously, when Certbot was in the process of registering a new ACME account and the ACME server did not present any Terms of Service, the user was asked to agree with a non-existent Terms of Service ("None"). This bug is now fixed, so that if an ACME server does not provide any Terms of Service to agree with, the user is not asked to agree to a non-existent Terms of Service any longer. * If account registration fails, Certbot did not relay the error from the ACME server back to the user. This is now fixed: the error message from the ACME server is now presented to the user when account registration fails. More details about these changes can be found on our GitHub repo.