我是 Ubuntu 新手,有个问题。我的公司使用自定义证书,该证书已放入证书链中。有了这个,Firefox 总是要求我添加例外,而且在终端上我无法使用 wget 获取 https 地址等。
有什么方法可以让 Ubuntu 接受/学习使用我们公司的证书?我已经尝试将证书从 Firefox 导出到 .crt 文件,将其复制到 /usr/local/share/ca-certificates 并调用 update-ca-certificates,但没有成功。
有什么想法吗?如果您需要更多信息,请告诉我。提前致谢。
感谢您对 FF 的评论。无论如何,我也需要为命令行界面解决这个问题。顺便说一句,这是我在命令行中遇到的错误。192.168.1.8:1357 是我的“本地”代理,它与公司的 Windows 代理进行通信。
ubuntu-dev:~/Documents/certificates$ wget https://repo1.maven.org/maven2/org/postgresql/postgresql/9.4-1204-jdbc42/postgresql-9.4-1204-jdbc42.pom
--2015-10-14 16:54:44-- https://repo1.maven.org/maven2/org/postgresql/postgresql/9.4-1204-jdbc42/postgresql-9.4-1204-jdbc42.pom
Connecting to 192.168.1.8:1357... connected.
ERROR: cannot verify repo1.maven.org's certificate, issued by ‘CN=MYCOMP,OU=Departx,O=MYCOMP,C=AT’:
Unable to locally verify the issuer's authority.
To connect to repo1.maven.org insecurely, use `--no-check-certificate'.
ubuntu-dev:~/Documents/certificates$