The `trustca` role can be used to add CA certificates to the system trust store. It requires a variable, `ca`, to be defined, referring to the name of a file containing a CA certificate to install.
3 lines
78 B
YAML
3 lines
78 B
YAML
ca_store_dir: /etc/pki/ca-trust/source/anchors
|
|
ca_update_cmd: update-ca-trust
|