这应该很简单,但我做不到。我尝试过:
cp pets.crt /etc/ca-certificates/trust-source/anchors/
sudo trust extract-compat
sudo update-ca-trust extract
openssl verify pets.crt
我在最后一点遇到了错误:
sudo openssl verify pets.crt
CN = api.pets.kruts.net
error 18 at 0 depth lookup: self-signed certificate
error pets.crt: verification failed
无论我做什么都一样。我的公司给了我这个证书//
答案1
在 Manjaro 中,要导入本地 crt,您必须先将证书存储在相信允许管理策略存储项目的命令。
sudo trust anchor /path/to/the/root.crt
sudo update-ca-trust
现在在商店里你经营更新 CA 信任即可完成。您无需执行任何其他操作。
这信任锚默认情况下,命令--如果没有传递标志,则存储 crt。