aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/firefox.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-28 13:24:11 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-28 13:24:11 +1300
commitf3369529abd601d7f10fcdb45ec280e8f6a7ad19 (patch)
tree6a6eb905b816a8edca91c680075fe999f9582e47 /doc-src/certinstall/firefox.html
parent23ba4eccd8a9efd93882aee3d37dc6b9e5f84e57 (diff)
downloadmitmproxy-f3369529abd601d7f10fcdb45ec280e8f6a7ad19.tar.gz
mitmproxy-f3369529abd601d7f10fcdb45ec280e8f6a7ad19.tar.bz2
mitmproxy-f3369529abd601d7f10fcdb45ec280e8f6a7ad19.zip
Adjust docs for web app certificate installation.
Diffstat (limited to 'doc-src/certinstall/firefox.html')
-rw-r--r--doc-src/certinstall/firefox.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc-src/certinstall/firefox.html b/doc-src/certinstall/firefox.html
index 66fa9d79..2652f5c6 100644
--- a/doc-src/certinstall/firefox.html
+++ b/doc-src/certinstall/firefox.html
@@ -1,5 +1,8 @@
+## 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:
-How to install the __mitmproxy__ certificate authority in Firefox:
<ol class="tlist">
<li> If needed, copy the ~/.mitmproxy/mitmproxy-ca-cert.pem file to the target. </li>
@@ -12,12 +15,17 @@ How to install the __mitmproxy__ certificate authority in Firefox:
<img src="@!urlTo('firefox3-import.jpg')!@"/>
</li>
+</ol>
+
+
+## Installing the certificate
+
+<ol class="tlist">
<li>Tick "Trust this CS 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>