Package version:

Parameters for the issuer of the X509 component of a certificate.

interface IssuerParameters {
    certificateTransparency?: boolean;
    certificateType?: string;
    name?: string;
}

Properties

certificateTransparency?: boolean

Indicates if the certificates generated under this policy should be published to certificate transparency logs.

certificateType?: string

Certificate type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL'

name?: string

Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'.