ocsprest.console.fakessl
fake cfssl for unit testing
Module Contents
Functions
|
Fake CFSSL command for unit testing |
|
generate a new Certificate Revocation List from Database |
|
set up a HTTP server handles CF SSL requests |
|
generate a new key and signed certificate |
|
generate a csr from a private key with existing CSR json specification or certificate |
|
signs an OCSP response for a given CA, cert, and status. |
|
output certinfo about the given cert |
|
signs a client cert with a host name by a given CA and CA key |
|
print out the version of CF SSL |
|
generate a new Certificate Revocation List |
refreshes the ocsp_responses table |
|
print default configurations that can be used as a template |
|
|
revoke a certificate in the certificate store |
|
create a certificate bundle that contains the client cert |
set up an HTTP server that handles OCSP requests from either a file or directly from a database (see RFC 5019) |
|
|
scan a host for issues |
|
generate a new key and CSR |
|
generate a new self-signed key and signed certificate |
|
get info about a remote signer |
|
generates a series of concatenated OCSP responses |
cli entrypoint |
Attributes
- gencsr()[source]
generate a csr from a private key with existing CSR json specification or certificate
- Return type:
None
- print_defaults()[source]
print default configurations that can be used as a template
- Return type:
None