salt.grains.truststore#
Grain that reports which CA certificate store Salt is using for outbound HTTPS/TLS connections.
New in version 3008.0.
Possible values for the ca_truststore grain:
certifiDefault. Salt uses the
certifiCA bundle (or a system bundle on Linux when one is found at a well-known path).osSalt has successfully injected the native OS certificate store via
pip-system-certs(requiresuse_os_truststore: Truein the minion configuration and thepip-system-certspackage installed).
- salt.grains.truststore.ca_truststore()#
Return the active CA trust store name as the
ca_truststoregrain.Example grain value:
ca_truststore: certifi
or, when OS trust store is active:
ca_truststore: os