kaven-utils - v5.5.1
    Preparing search index...

    Interface IStartTlsProxyClientOptions

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

    Properties

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