Ubuntu 18.04
为什么我会有这个错误,我该如何修正呢?
无法添加所请求的魅力。服务器响应如下:无法检索魅力"cs:trusty/docker-8":无法获取存档:获取https://api.jujucharms.com/charmstore/v5/trusty/docker-8/archive:x509:由未知权威机构签名的证书
发布于 2019-05-02 16:17:40
我找到了解决办法:
我的所有服务器都在代理之后,我需要使用以下命令将所有与代理相关的证书添加到我要部署的特定节点:
获得Base64编码X.509格式的证书(S)。
1. Copy them to /usr/local/share/ca-certificates 2. If the extension is not .crt rename the files. 3. sudo update-ca-certificates https://askubuntu.com/questions/1139797
复制相似问题