kaven-utils - v6.1.9
    Preparing search index...

    Interface IStartTlsProxyClientOptions

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

    Hierarchy

    • ILoggable
      • IStartTlsProxyClientOptions
    Index
    checkCertCn?: boolean
    httpListen?: IHostPort
    logger?: ILoggingAgent
    tlsServer?: IHostPort
    validServers?: string[]