ocsprest.helpers
helpers
Module Contents
Classes
Root or intermediate (or why not both) |
Functions
|
Do the boilerplate for calling cmd and reporting output/return code |
Return CFSSL loglevel 0-5 |
|
|
Path to CRL files by CRLType |
Merge CRL files |
|
|
Dump CRL to shared directory, triggering reloads for everyone interested in it is beyond us though |
Call the OCSP refresh script |
Attributes
- async call_cmd(cmd, timeout=10)[source]
Do the boilerplate for calling cmd and reporting output/return code
- class CRLType[source]
Bases:
enum.IntEnum
Root or intermediate (or why not both)
- crlpaths(crltype=CRLType.MERGED)[source]
Path to CRL files by CRLType
- Parameters:
crltype (CRLType)
- Return type:
Tuple[pathlib.Path, pathlib.Path]