aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/ios-simulator.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-18 11:23:45 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-18 11:23:45 +1200
commitb098556e60719bc725a3c298619f7d78f5934182 (patch)
treec4aedb609d0db33ab00659b66cec0335670e2f7c /doc-src/certinstall/ios-simulator.html
parent14341ffa19ccccb7ba946ad530c41d61b488124e (diff)
parentd4766d8bd03dfaf29bda5860d52d11a8a877a10e (diff)
downloadmitmproxy-b098556e60719bc725a3c298619f7d78f5934182.tar.gz
mitmproxy-b098556e60719bc725a3c298619f7d78f5934182.tar.bz2
mitmproxy-b098556e60719bc725a3c298619f7d78f5934182.zip
Merge branch 'ssldocs' of https://github.com/elitest/mitmproxy into elitest-ssldocs
Diffstat (limited to 'doc-src/certinstall/ios-simulator.html')
-rw-r--r--doc-src/certinstall/ios-simulator.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc-src/certinstall/ios-simulator.html b/doc-src/certinstall/ios-simulator.html
deleted file mode 100644
index 9eb98108..00000000
--- a/doc-src/certinstall/ios-simulator.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-How to install the __mitmproxy__ certificate authority in the IOS simulator:
-
-<ol class="tlist">
-
- <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.
-