📜  gitlab 服务器证书验证失败 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:19.230000             🧑  作者: Mango

代码示例1
ubuntu
sduo apt-get update
sudo apt-get install apt-transport-https ca-certificates -y 
sudo update-ca-certificates
upload certificate to /usr/local/share/ca-certificates/

centos
upload certificate to /etc/pki/ca-trust/source/anchors/
update-ca-trust