deprecate certbot.ocsp (#10584)

this is part of https://github.com/certbot/certbot/issues/10517

to update this description in response to the discussion below, i'd
recommend reviewing this PR by commit. the first commit just moves
ocsp.py under _internal making no other changes while the second commit
fixes everything else up. the diff really isn't as big here as it looks
This commit is contained in:
Brad Warren
2026-03-19 15:14:10 -07:00
committed by GitHub
parent b42b986fb7
commit 9ed92009db
9 changed files with 274 additions and 251 deletions
+1
View File
@@ -0,0 +1 @@
The certbot.ocsp module has been deprecated and will be removed in the next major release. This is not a change to Certbot's OCSP functionality. The code is just being removed from Certbot's public API.