GDSSecurity / Add-Trusted-Certificate-to-iOS-Simulator

Script for easily importing a trusted CA certificate into the iOS Simulator's trust store. This provides application testers the ability to intercept SSL traffic when using the simulator for testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Usage:

python add_ca_to_iossim.py <Path to CA Certificate to Import>

==========================================

Tested using:

Python 2.7
Mac OS X Snow Leopard & Lion
Xcode 4

===========================================

Optional Dependencies

M2Crypto Library

- Install Instructions
	1.  easy_install M2Crypto

If M2Crypto library is not found the script will call the openssl executable which should be installed by default on Mac OS X.

About

Script for easily importing a trusted CA certificate into the iOS Simulator's trust store. This provides application testers the ability to intercept SSL traffic when using the simulator for testing.


Languages

Language:Python 100.0%