interface TLSCertificate {
    cert: string;
    key: string;
}

Properties

Properties

cert: string

The certificate chain in PEM format

key: string

The private key that corresponds to the certificate in PEM format