fix centos git certificate error - Murray-LIANG/forgetful GitHub Wiki
Fix the git error on CentOS
The error is related to corp certificate.
sudo yum install -y ca-certificates
- download the emc certificates from: https://eos2git.cec.lab.emc.com/liangr/corp-notes/blob/master/emc_cert/emc_cacert.crt
cp emc_cacert.crt /etc/pki/ca-trust/source/anchors/
- run command:
update-ca-trust extract