Skip to content

Opensearch dashboards.opensearchconfig.ssl

Home > opensearch-dashboards > OpenSearchConfig > ssl

OpenSearchConfig.ssl property

Set of settings configure SSL connection between OpenSearch Dashboards and OpenSearch that are required when xpack.ssl.verification_mode in OpenSearch is set to either certificate or full.

Signature:

readonly ssl: Pick<SslConfigSchema, Exclude<keyof SslConfigSchema, 'certificateAuthorities' | 'keystore' | 'truststore'>> & {
        certificateAuthorities?: string[];
    };