prorm API Reference
    Preparing search index...

    Interface EtcdTlsOptions

    TLS credentials for talking to etcd, mirroring etcd3's IOptions['credentials'].

    interface EtcdTlsOptions {
        rootCertificate: Buffer;
        privateKey?: Buffer<ArrayBufferLike>;
        certChain?: Buffer<ArrayBufferLike>;
    }
    Index
    rootCertificate: Buffer
    privateKey?: Buffer<ArrayBufferLike>
    certChain?: Buffer<ArrayBufferLike>