mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-17 12:07:05 +02:00
Adds documentation for v0.9, copied from v0.8. Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
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