wget下载总是出现ERROR: The certificate of `xxx.com’ is not trusted.的错误提示,这是提示该网站的证书不被信任,解决这种问题的方法很简单只需要安装证书包就可以了,具体命令如下:


# CentOS系统
yum install -y ca-certificates
# Debian/Ubuntu系统
apt-get install -y ca-certificates