aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/firefox.html
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-06-23 21:48:05 -0500
committerJim Shaver <dcypherd@gmail.com>2015-06-23 21:48:05 -0500
commit080e4534253338c94e6d8c86cb3679ff15410f85 (patch)
tree6322fb822332b4135f0ff14de8c2d7137016f734 /doc-src/certinstall/firefox.html
parentdb5c0b210b0133d7cd58124c727dbc24480e2568 (diff)
parent074d8d7c7463cdb1f0a90e165a4b3ada3554b4c2 (diff)
downloadmitmproxy-080e4534253338c94e6d8c86cb3679ff15410f85.tar.gz
mitmproxy-080e4534253338c94e6d8c86cb3679ff15410f85.tar.bz2
mitmproxy-080e4534253338c94e6d8c86cb3679ff15410f85.zip
Merge branch 'master' into hardfailvenv
Conflicts: dev
Diffstat (limited to 'doc-src/certinstall/firefox.html')
-rw-r--r--doc-src/certinstall/firefox.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc-src/certinstall/firefox.html b/doc-src/certinstall/firefox.html
deleted file mode 100644
index bb9ba05b..00000000
--- a/doc-src/certinstall/firefox.html
+++ /dev/null
@@ -1,31 +0,0 @@
-## Get the certificate to the browser
-
-The easiest way to get the certificate to the browser is to use [the web
-app](@!urlTo("webapp.html")!@). If this fails, do the following:
-
-
-<ol class="tlist">
- <li> If needed, copy the ~/.mitmproxy/mitmproxy-ca-cert.pem file to the target. </li>
-
- <li>Open preferences, click on "Advanced", then select"Certificates":
- <img src="@!urlTo('firefox3.jpg')!@"/>
- </li>
-
- <li> Click "View Certificates", "Import", and select the certificate file:
- <img src="@!urlTo('firefox3-import.jpg')!@"/>
- </li>
-
-</ol>
-
-
-## Installing the certificate
-
-<ol class="tlist">
- <li>Tick "Trust this CA to identify web sites", and click "Ok":
- <img src="@!urlTo('firefox3-trust.jpg')!@"/>
- </li>
-
- <li> You should now see the mitmproxy certificate listed in the Authorities
- tab.</li>
-</ol>
-