mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-23 15:41:10 +02:00
Also updated upgrade guide for 0.14 as I noticed it had some TBD. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
381 B
381 B
title, description
title | description |
---|---|
Configuring Certificate Authorities |
Appending the Certificate Authority
Put into each machine the PEM encoded certificate:
machine:
...
files:
- content: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
permissions: 0644
path: /etc/ssl/certs/ca-certificates
op: append