Trusting additional CAs in Centos
place the certificate to be trusted (in PEM format) in /etc/pki/ca-trust/source/anchors/
cp xxx.pem /etc/pki/ca-trust/source/anchors/
update-ca-trust enable
sudo update-ca-trust
place the certificate to be trusted (in PEM format) in /etc/pki/ca-trust/source/anchors/
cp xxx.pem /etc/pki/ca-trust/source/anchors/
update-ca-trust enable
sudo update-ca-trust