> ## Documentation Index
> Fetch the complete documentation index at: https://siderolabs-fe86397c-1-11-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> TrustedRootsConfig allows to configure additional trusted CA roots.

# TrustedRootsConfig

```yaml
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 | <details><summary>List of additional trusted certificate authorities (as PEM-encoded certificates).</summary><br />Multiple certificates can be provided in a single config document, separated by newline characters.</details> |          |
