Interface CreateCertificateRequestCustomCertificate

interface CreateCertificateRequestCustomCertificate {
    certificateChain: string;
}

Properties

Properties

certificateChain: string

Full PEM-formatted certificate, consisting of the entire certificate chain including public key, private key, and (optionally) Certificate Authorities.