Custom Certificate Authorities
How to supply custom 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
Last modified March 29, 2022: docs: reorganize documentation (fa57b5d92)