Version v1.3 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

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 September 2, 2022: docs: fork docs for v1.3 (cd6c53a97)