Add gen_ss_cert deprecation to changelog (#10142)

Forgot a changelog note for this
This commit is contained in:
Will Greenberg
2025-01-16 19:23:41 +00:00
committed by GitHub
parent b411cddc8a
commit ed972a130f
+3
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