immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

$server->setRootCertificationAuthority('entrust_root_certification_authority.pem'); #117

Closed yantao1226 closed 8 years ago

yantao1226 commented 8 years ago

$server->setRootCertificationAuthority('entrust_root_certification_authority.pem');

what is it this pem , I only have one pem 。

amjo commented 8 years ago

@yantao1226 were you able to find out what this is? I'm new to this, and need to know what's the difference between both certs (one in the constructor/declaration - and one setting the cert after it).

did this work for you? thanks, /amjo

JoeZing commented 8 years ago

I have the same problem, what's this pem? how to get it ?

amjo commented 8 years ago

@JoeZing no one answered, i actually dont remember how i solved it, but this tool is plain useless. it's not even maintained. you're on your own :(

JoeZing commented 8 years ago

@amjo In fact, it may be that we are careless, I found the answer in the document How to generate a Push Notification certificate and download the Entrust Root Authority certificate,and I runs successfully, it work :)

duccio commented 8 years ago

@amjo @JoeZing Issue report is not for ask help or support, sorry. @amjo you should read all documentation (also Apple documentation) before open an issue as @JoeZing did.

amjo commented 8 years ago

Dear @duccio , @JoeZing didn't open the issue, like me he asked a question on an issue which was opened 6 months ago - and was awesome enough to share the solution. If a question for you does not signify raising issue, then i say "so much for your contribution to an open source community". :) have a nice day

duccio commented 8 years ago

Dear @amjo, "so much for your contribution to an open source community"... hundreds of lines of code are not enough? πŸ˜€

Enjoy our code, if you want, and study all documentation available on the Internet before ask.. this is the rule of thumb, also on the "open source community" πŸ˜‰

And please, think before say "but this tool is plain useless".

Best, Aldo