mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-16 03:27:12 +02:00
This makes v0.10 docs latest, v0.11 docs we generate to. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
381 B
381 B
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