From ed972a130fd71fcbf9633d91e9b3430efad4a6e4 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Thu, 16 Jan 2025 11:23:41 -0800 Subject: [PATCH] Add `gen_ss_cert` deprecation to changelog (#10142) Forgot a changelog note for this --- certbot/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 36bcc2d6d..4675c4054 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -13,6 +13,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * certbot-nginx now requires pyparsing>=2.4.7. * certbot and its acme library now require cryptography>=42.0.0. * certbot-nginx and our acme library now require pyOpenSSL>=25.0.0. +* Deprecated `gen_ss_cert` in `acme.crypto_util` as it uses deprecated + pyOpenSSL API. +* Add `make_self_signed_cert` to `acme.crypto_util` to replace `gen_ss_cert. ### Fixed