Add gen_ss_cert deprecation to changelog (#10142)

Forgot a changelog note for this
This commit is contained in:
Will Greenberg 2025-01-16 11:23:41 -08:00 committed by GitHub
parent b411cddc8a
commit ed972a130f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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