
19 Jul
2011
19 Jul
'11
12:10 a.m.
Hi Guys, Quick one: Can anyone show me how to export the MPesa SSL and save it as a .pem? I'd like to use it in my php/curl app. Step by step instructions in point form would do fine. Thanks! J

19 Jul
19 Jul
9:07 a.m.
New subject: [Skunkworks] Help exporting MPesa SSL
You can try this: 1. Export the ssl certificate as .CER {DER encoded binary X.509}. e.g Certificate.cer (Procedure, Just in case: On IE, Internet Options-> content->ssl certificates) 2. Using openssl run this command: openssl x509 -inform der -in Certificate.cer -out certificate.pem Where by Certificate.cer is the path to the Certificate.cer exported e.g C:\Certificate.cer and certificate.pem is the file path to where u want to save your pem file. e.g C:\certificate.pem. Hope that helps.
5035
Age (days ago)
5036
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jangita Nyagudi
-
Jesse M