mirror of
https://github.com/certbot/certbot.git
synced 2026-07-22 21:53:58 +02:00
We should move ocsp.py to public API, as an upcoming OCSP prefetching functionality in Apache plugin relies on it, and as the plugins are note released in lockstep with the Certbot core, we need to be careful when changing those APIs. * Move ocsp.py to public api * Fix type annotations, move to pointing to an interface and fix linting * Add certbot.ocsp to documentation table of contents * Modify tests to reflect the changes in ocsp.py * Add changelog entry * Fix notAfter mock for tests
33 lines
424 B
ReStructuredText
33 lines
424 B
ReStructuredText
certbot package
|
|
===============
|
|
|
|
.. automodule:: certbot
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
|
|
certbot.compat
|
|
certbot.display
|
|
certbot.plugins
|
|
certbot.tests
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
|
|
certbot.achallenges
|
|
certbot.crypto_util
|
|
certbot.errors
|
|
certbot.interfaces
|
|
certbot.main
|
|
certbot.ocsp
|
|
certbot.reverter
|
|
certbot.util
|
|
|