diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-17 10:35:40 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-17 10:35:40 +1300 |
| commit | b6727bf7d284cb51d765376e474dd93f44281730 (patch) | |
| tree | 38ebf3b3cc7db4455b3c9ea393fbe07b87a9b0e8 /doc-src/certinstall | |
| parent | bc1e45709744458e4e8821fc616c4ae52f3af914 (diff) | |
| download | mitmproxy-b6727bf7d284cb51d765376e474dd93f44281730.tar.gz mitmproxy-b6727bf7d284cb51d765376e474dd93f44281730.tar.bz2 mitmproxy-b6727bf7d284cb51d765376e474dd93f44281730.zip | |
Add instructions for installing the CA in the IOS Simulator.
Diffstat (limited to 'doc-src/certinstall')
| -rw-r--r-- | doc-src/certinstall/index.py | 1 | ||||
| -rw-r--r-- | doc-src/certinstall/ios-simulator.html | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py index 8ba3b7df..3f145fbc 100644 --- a/doc-src/certinstall/index.py +++ b/doc-src/certinstall/index.py @@ -5,5 +5,6 @@ pages = [ Page("osx.html", "OSX"), Page("windows7.html", "Windows 7"), Page("ios.html", "IOS"), + Page("ios-simulator.html", "IOS Simulator"), Page("android.html", "Android"), ] diff --git a/doc-src/certinstall/ios-simulator.html b/doc-src/certinstall/ios-simulator.html new file mode 100644 index 00000000..0cef63f8 --- /dev/null +++ b/doc-src/certinstall/ios-simulator.html @@ -0,0 +1,23 @@ + +How to install the __mitmproxy__ certificate authority in the IOS simulator: + +<ol> + + <li> First, check out the <a + href="https://github.com/ADVTOOLS/ADVTrustStore">ADVTrustStore</a> tool + from github.</li> + + <li> Now, run the following command: + + <pre class="terminal">./iosCertTrustManager.py -a ~/.mitmproxy/mitmproxy-ca-cert.pem</pre> + + </li> + +</ol> + + +Note that although the IOS simulator has its own certificate store, it shares +the proxy settings of the host operating system. You will therefore to have +configure your OSX host's proxy settings to use the mitmproxy instance you want +to test with. + |
