Interface SecurityConfig

Specifies security options for the client.

interface SecurityConfig {
    trustStorePath?: string;
}

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.