IssuerParameters Class
Parameters for the issuer of the X509 component of a certificate.
- Inheritance
-
IssuerParameters
Constructor
IssuerParameters(*, name: Optional[str] = None, certificate_type: Optional[str] = None, certificate_transparency: Optional[bool] = None, **kwargs)
Parameters
- name
- str
Required
Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'.
- certificate_transparency
- bool
Required
Indicates if the certificates generated under this policy should be published to certificate transparency logs.
Feedback
Submit and view feedback for