IssuerParameters interface
Parameters for the issuer of the X509 component of a certificate.
Properties
certificate |
Indicates if the certificates generated under this policy should be published to certificate transparency logs. |
certificate |
Certificate type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL' |
name | Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. |
Property Details
certificateTransparency
Indicates if the certificates generated under this policy should be published to certificate transparency logs.
certificateTransparency?: boolean
Property Value
boolean
certificateType
Certificate type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL'
certificateType?: string
Property Value
string
name
Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'.
name?: string
Property Value
string