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
-7
View File
@@ -1,7 +0,0 @@
certbot.ocsp package
======================
.. automodule:: certbot.ocsp
:members:
:undoc-members:
:show-inheritance:
-1
View File
@@ -26,7 +26,6 @@ Submodules
certbot.errors
certbot.interfaces
certbot.main
certbot.ocsp
certbot.reverter
certbot.util