featherbit UI
    Preparing search index...

    Interface StoreTlsConfig

    TLS options for a rediss:// store.

    Mirrors src/config/gateway.rs::StoreTlsConfig.

    interface StoreTlsConfig {
        ca_cert_path?: string;
    }
    Index
    ca_cert_path?: string

    PEM CA bundle path for a private CA.