JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

.key file to go along with the crt? #84

Closed Snowlav closed 9 years ago

Snowlav commented 9 years ago

My android will only install .p12 files. Since I only have a ca_bundle.crt I need a .key file to convert it into a .p12

Thanks in advance.

Dubz commented 9 years ago

You do know that this isn't meant to be installed on your phone or anything right? The src files dont need to be modified/installed, you just need PHP installed on a computer and knowledge of coding to make it work. This isn't a program to do it for you, its a resource that has part of that program done for you.

JorgenPhi commented 9 years ago

The CA_bundle is a package for the library to verify that a ssl cert is valid. It shouldn't need to be installed on your phone. If you want to do research, you use a proxy and install that ssl cert on your phone. See Charles Proxy or Fiddler for more info on that.

Also, nice dubs. On Jan 11, 2015 9:53 PM, "Dubz" notifications@github.com wrote:

You do know that this isn't meant to be installed on your phone or anything right? The src files dont need to be modified/installed, you just need PHP installed on a computer and knowledge of coding to make it work. This isn't a program to do it for you, its a resource that has part of that program done for you.

— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/84#issuecomment-69527834 .

Snowlav commented 9 years ago

yeah I done goofed, currently documenting the 42 endpoints I have found :)