自签署ssl根证书 certificate signed by unknown authority

我在内网一台服务器上搭建了私有CA中心来做自授权ssl证书,将生成的根证书导入浏览器后访问https没有再出现警告,但我在另外一台CentOS上使用curl https://username:password@my.domain.com:8000/也正常,但docker login https://my.domaian.com:8000/时报错:

certificate signed by unknown authority (possibly because of "crypto/rsa: 
verification error" while trying to verify candidate authority certificate "my.domain.com")

问题是,在centos上怎样做才能够信任这个自签署的根证书CA呢

阅读 23.4k
2 个回答
推荐问题