出现这个错误是因为你的系统中的证书太旧导致的,执行以下命令:
yum upgrade ca-certificates --disablerepo=epel
执行成功后,再进行安装就不会报错了。
目前上线的新版本中已解决这个问题。