mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-15 11:07:03 +02:00
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