Node CrowdSec Client
    Preparing search index...

    Interface ITLSAuthentication

    interface ITLSAuthentication {
        ca: string | Buffer<ArrayBufferLike>;
        cert: string | Buffer<ArrayBufferLike>;
        key: string | Buffer<ArrayBufferLike>;
    }
    Index
    ca: string | Buffer<ArrayBufferLike>
    cert: string | Buffer<ArrayBufferLike>
    key: string | Buffer<ArrayBufferLike>