开发者

How can I install Entrust's Apple Root Certificate onto Linux (Fedora 14) platform? [closed]

开发者 https://www.devze.com 2023-03-23 16:51 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

I am working on setting up the ApnsPHP to communicate with Apple's Push Server. It is required to install / import Entrust Root Certificate onto the system.

So I only need to download the .cer and convert it to .pem and put it in /etc/ssl/certs ?

Do I need to set any conf file or reboot the system to make it ready for use ?

Thank开发者_开发问答s.

p.s. I am using Apache LAMPP on Fedora 14 now


You need to consult update-ca-certificates(2) for exact paths, but the gist is this:

  1. Copy certificate (in .crt form) to /usr/local/share/ca-certificates
  2. Run update-ca-certificates with appropriate credentials.

You might need to change some entries in /etc/ca-certificates.conf, and/or change the paths for your system - however it shouldn't be much of a problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消