How to add Certificate Authority file in CentOS 7

前端 未结 6 1334
天命终不由人
天命终不由人 2020-12-07 20:13

I am trying to add certificate Authority (CA) file name - ca.crt to /etc/ssl/certs, for that I followed this article.

I copied my ca.

6条回答
  •  时光取名叫无心
    2020-12-07 20:43

    Maybe late to the party but in my case it was RHEL 6.8:

    Copy certificate.crt issued by hosting to:

    /etc/pki/ca-trust/source/anchors/
    

    Then:

    update-ca-trust force-enable (ignore not found warnings)
    update-ca-trust extract
    

    Hope it helps

提交回复
热议问题