Interface TransportCertificate

PEM format server certificate and private key

interface TransportCertificate {
    certhash: string;
    pem: string;
    privateKey: string;
}

Properties

certhash: string

The hash of the certificate

pem: string

PEM format certificate

privateKey: string

The private key for the certificate in PEM format