Configure the AWS CLI to use the COS Root CA Certificate
You must configure the AWS CLI to use the COS root CA certificate. To do so, edit ~/.aws/config
and add the following line to the AWS cli configuration file:
ca_bundle = /opt/vormetric/DataSecurityExpert/agent/squid/etc/cosCA.crt
For example:
cat ~/.aws/config
[default]
output = json
Region = us-west-1
ca_bundle = /opt/vormetric/DataSecurityExpert/agent/squid/etc/cosCA.crt