TlsSecretSource
type TlsSecretSource = | SecretSource | SecretSource[];Defined in: src/types/public.ts:81
TLS material source accepted by certificate-aware connection profiles.
A single source is used for most fields; ca may use an array to preserve an
ordered certificate authority bundle.