Version v1.8 of the documentation is for the Talos version being developed. For the latest stable version of Talos, see the latest version.

TrustedRootsConfig

TrustedRootsConfig allows to configure additional trusted CA roots.
apiVersion: v1alpha1
kind: TrustedRootsConfig
name: my-enterprise-ca # Name of the config document.
certificates: | # List of additional trusted certificate authorities (as PEM-encoded certificates).
    -----BEGIN CERTIFICATE-----
    ...
    -----END CERTIFICATE-----
FieldTypeDescriptionValue(s)
namestringName of the config document.
certificatesstring
List of additional trusted certificate authorities (as PEM-encoded certificates).
Multiple certificates can be provided in a single config document, separated by newline characters.