adclient.cloud.cert.store
Use this configuration parameter to specify the file in which to store the certificate that verifies cloud server connections.
By default, if there is no set file location, adclient will automatically locate the certificate.
The agent searches the following locations by default:
-
/etc/ssl/certs/ca-certificates.crt
-
/etc/pki/tls/certs/ca-bundle.crt
-
/user/share/ssl/certs/ca-bundle.crt
-
/usr/local/share/certs/ca-root-nss.crt
-
/etc/ssl/cert.pem
This configuration parameter should only be used if adclient.cloud.skip.cert.verification.
For example:
adclient.cloud.cert.store: /etc/ssl/ca-bundle.crt