silence warning and add test (#10054) (#10058)

fixes https://github.com/certbot/certbot/issues/9967

actually fixing the underlying issue is being tracked by https://github.com/certbot/certbot/issues/10053

in addition to the unit test, i tested this manually. if you obtain any cert and run `certbot renew` in an up-to-date dev environment, there's 3 warnings when on `main` and none on this branch

(cherry picked from commit aa6ea3b513)
This commit is contained in:
Brad Warren
2024-11-14 09:07:06 -08:00
committed by GitHub
parent 58374867c8
commit a44d739dd7
3 changed files with 42 additions and 6 deletions
+9
View File
@@ -3,6 +3,15 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
## 3.0.1 - main
### Fixed
* Removed a CryptographyDeprecationWarning that was being displayed to users
when checking OCSP status.
More details about these changes can be found on our GitHub repo.
## 3.0.0 - 2024-11-05
### Added