Skip to content

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.

Notifications You must be signed in to change notification settings

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published