CentOSでSSL証明書エラーが出て、CA証明書を更新したい時
OSを長く使っているとOSに内蔵されているCA証明書が切れていることがある
curl error 60 while downloading *****: SSL certificate problem: unable to get local issuer certificate
更新するには
sudo yum install ca-certificates
で更新すればよい
OSを長く使っているとOSに内蔵されているCA証明書が切れていることがある
curl error 60 while downloading *****: SSL certificate problem: unable to get local issuer certificate
更新するには
sudo yum install ca-certificates
で更新すればよい