class documentation
class CertificateRequest(CertBase): (source)
Constructor: CertificateRequest(original)
An x509 certificate request.
Certificate requests are given to certificate authorities to be signed and returned resulting in an actual certificate.
| Class Method | load |
Undocumented |
| Method | dump |
Undocumented |
Inherited from CertBase:
| Method | __conform__ |
Convert this CertBase into a provider of the given interface. |
| Method | __init__ |
Undocumented |
| Method | get |
Retrieve the subject of this certificate. |
| Instance Variable | original |
The underlying OpenSSL certificate object. |
| Method | _copy |
Undocumented |