跳转至

在 RHEL 上安装 CA 证书

原英文标题:References

  1. Install ca-certificates

    yum install ca-certificates
    

  2. Enable the dynamic CA configuration feature

    update-ca-trust enable
    

  3. Put your CA.crt in /etc/pki/ca-trust/source/anchors/

    vim /etc/pki/ca-trust/source/anchors/hxp-ca.crt
    

  4. Update CA

    update-ca-trust extract
    

  5. Verify

    curl https://speedtest.hxp.plus/
    

1. References

文档时效性说明

本文为早期笔记,可能存在版本过时、命令失效、链接失效、最佳实践变化等问题。请以官方最新文档为准。

https://jermsmit.com/install-a-ca-certificate-on-red-hat-enterprise-linux/