Class ObservabilityPipelineWebsocketSourceTlsWithClientCert

TLS configuration that enables encryption and presents a client certificate for mutual TLS authentication.

Hierarchy

  • ObservabilityPipelineWebsocketSourceTlsWithClientCert

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
caFile?: string

Path to the Certificate Authority (CA) file used to validate the remote server's TLS certificate.

crtFile: string

Path to the TLS client certificate file used to identify this source to the remote server.

keyFile?: string

Path to the private key file associated with the client certificate.

keyPassKey?: string

Name of the environment variable or secret that holds the passphrase for the private key file.

TLS mode. Must be with_client_cert.

Generated using TypeDoc