Interface IStartTlsProxyClientOptions

interface IStartTlsProxyClientOptions {
    cert?: IGeneratedCertificateFiles;
    checkCertCn?: boolean;
    httpListen?: IHostPort;
    tlsServer?: IHostPort;
    validServers?: string[];
}

Properties

checkCertCn?: boolean
httpListen?: IHostPort
tlsServer?: IHostPort
validServers?: string[]