Type alias TLSConfig

TLSConfig: {
    certChainPem: CertificatePEMChain;
    keyPrivatePem: PrivateKeyPEM;
}

Type declaration

Generated using TypeDoc