This is the multi-page printable view of this section. Click here to print.
security
Package security provides security-related machine configuration documents.
1 - 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-----
Field | Type | Description | Value(s) |
---|---|---|---|
name | string | Name of the config document. | |
certificates | string | List of additional trusted certificate authorities (as PEM-encoded certificates).Multiple certificates can be provided in a single config document, separated by newline characters. |