couchbase
    Preparing search index...

    Interface SecurityConfig

    Specifies security options for the client.

    interface SecurityConfig {
        trustStorePath?: string;
    }
    Index

    Properties

    Properties

    trustStorePath?: string

    Specifies the path to a trust store file to be used when validating the authenticity of the server when connecting over SSL.