aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/firefox.html
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-05-31 01:21:44 -0400
committerJim Shaver <dcypherd@gmail.com>2015-05-31 01:21:44 -0400
commitb51363b3ca43f6572acb673186e6ae78a1f48434 (patch)
treea7488b32871c142141a813dc6ff2ede172672c31 /doc-src/certinstall/firefox.html
parent4fe2c069cca07aadf983f54e18dac4de492d5d69 (diff)
parent06fba18106a8f759ec6f08453e86772a170c653b (diff)
downloadmitmproxy-b51363b3ca43f6572acb673186e6ae78a1f48434.tar.gz
mitmproxy-b51363b3ca43f6572acb673186e6ae78a1f48434.tar.bz2
mitmproxy-b51363b3ca43f6572acb673186e6ae78a1f48434.zip
Merge remote-tracking branch 'upstream/master' into print-bracket-fix
Conflicts: examples/har_extractor.py examples/nonblocking.py examples/read_dumpfile libmproxy/web/app.py
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>
-