Field | Type | Description | Value(s) |
---|---|---|---|
name | string | Name of the config document. | |
certificates | string |
🎉 TalosCon 2025: Come to TalosCon in Amsterdam, October 16-17. Learn more →
🎉 TalosCon 2025: Come to TalosCon in Amsterdam, October 16-17. Learn more →
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 |
Was this page helpful?