Installing the Apple Root Certificate Authority on CentOS CLI
Posted
by
Daniel Hollands
on Server Fault
See other posts from Server Fault
or by Daniel Hollands
Published on 2013-11-04T14:48:27Z
Indexed on
2013/11/04
15:56 UTC
Read the original article
Hit count: 225
I could be barking up the wrong tree here, but I'm looking for help on installing Apple's Root certificate (http://www.apple.com/certificateauthority/) on a CentOS server via the command line - which I need to send messages to their APNS system.
The code I'm using for this purpose is a variation on this: https://github.com/jPaolantonio/SimplePush/blob/master/simplepush.php - which works perfectly well on a Windows server, but as soon as we try to use it on a CentOS one, it falls over.
We're lead to believe this has something to do with not having the CA installed on our CentOS box - but all efforts to do so have failed. As the CentOS server is headless, we need the ability to do this via the commandline.
Can someone help?
© Server Fault or respective owner