Skip to main content
logoTetrate Service BridgeVersion: next

Transport layer security config

Transport layer security config specifies configuration of a TLS server.

PlainTextServer

PlainTextServer specifies configuration of a plain-text server.

ServerTransportSecurity

ServerTransportSecurity specifies transport layer security configuration.

FieldDescriptionValidation Rule

tls

tetrateio.api.onboarding.private.types.config.v1alpha1.TlsServer oneof _kind
TLS server configuration.

none

tetrateio.api.onboarding.private.types.config.v1alpha1.PlainTextServer oneof _kind
Plain-text server configuration.

TlsServer

TlsServer specifies configuration of a TLS server.

FieldDescriptionValidation Rule

certDir

string
REQUIRED
CertDir is the directory that contains the server key and certificate files named tls.key and tls.crt, respectively.

string = {
  min_len: 1
}