添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
帅气的夕阳  ·  regeneratorRuntime.js: ...·  11 月前    · 
稳重的保温杯  ·  python ...·  1 年前    · 
风度翩翩的豆腐  ·  绑定到WPF ...·  2 年前    · 
性感的大象  ·  msbuild - ...·  2 年前    · 

Hello,

We have a domain controller with Certificate Authority and the CA ROOT certifcate in PKI view. I just wondering where I can find a PEM bundle of the CA ROOT certificate? Is there any one place that the files should be located?

Thanks for help.

Hi @AdrianEM

The default CA bundle location is OS dependent. On windows, you'll see that all certificates are in /usr/share/ca-certificates. However, the default location for certificates is /etc/ssl/certs.

On RHEL5, it is located in /etc/pki/tls/certs/ca-bundle.pem. On Linux or non-Linux OSes, it may be in a different location. You can contact your CA vendor for detailed information regarding this.

You can also try
sudo find / |grep ".pem"

This will list all the .pem files present on your system and their full path.

Hope this resolves your Query!!

-------------

--If the reply is helpful, please Upvote and Accept it as an answer–