Install the ca-certificates package:
yum install ca-certificates
Enable the dynamic CA configuration feature:
update-ca-trust enable
Add it as a new file to /etc/pki/ca-trust/source/anchors/:
cp foo.crt /etc/pki/ca-trust/source/anchors/
Use command:
update-ca-trust extract
本文介绍如何安装ca-certificates包并启用动态CA配置功能。通过使用update-ca-trust命令,可以轻松地将新的证书添加到系统的信任存储中。具体步骤包括安装ca-certificates包、启用动态配置、复制证书文件及更新信任存储。
1609

被折叠的 条评论
为什么被折叠?



