mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Add gen_ss_cert deprecation to changelog (#10142)
Forgot a changelog note for this
This commit is contained in:
parent
b411cddc8a
commit
ed972a130f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue