aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-03-18 00:22:18 -0400
committerJim Shaver <dcypherd@gmail.com>2015-03-18 00:22:18 -0400
commite0e36f5dae4572ea4053821e6fef1487de87642e (patch)
tree08af935d99dddbf34451d6f480543c805d0e2fd2 /doc-src/certinstall
parentf3dab52a6297d4ea2fe0f0bc444bf0a3265e887a (diff)
downloadmitmproxy-e0e36f5dae4572ea4053821e6fef1487de87642e.tar.gz
mitmproxy-e0e36f5dae4572ea4053821e6fef1487de87642e.tar.bz2
mitmproxy-e0e36f5dae4572ea4053821e6fef1487de87642e.zip
consolidated down all SSL documentation into one document
Diffstat (limited to 'doc-src/certinstall')
-rw-r--r--doc-src/certinstall/index.py2
-rw-r--r--doc-src/certinstall/webapp.html13
2 files changed, 1 insertions, 14 deletions
diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py
index fd422cb3..67e6185b 100644
--- a/doc-src/certinstall/index.py
+++ b/doc-src/certinstall/index.py
@@ -1,6 +1,6 @@
from countershape import Page
pages = [
- Page("webapp.html", "Using the Web App"),
+ Page("ssl.html", "SSL Options"),
Page("mitm.it-error.html", "Error: No proxy configured"),
]
diff --git a/doc-src/certinstall/webapp.html b/doc-src/certinstall/webapp.html
deleted file mode 100644
index 478da96c..00000000
--- a/doc-src/certinstall/webapp.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-By far the easiest way to install the mitmproxy certs is to use the built-in
-web app. To do this, start mitmproxy and configure your target device with the
-correct proxy settings. Now start a browser on the device, and visit the magic
-domain **mitm.it**. You should see something like this:
-
-<img src="@!urlTo("webapp.png")!@"></img>
-
-Just click on the relevant icon, and then follow the setup instructions
-for the platform you're on.
-
-Make sure you aren't using a bandwith optimizer (like Google's Data Compression
-Proxy on Chrome for Android) or the page will not load.