diff options
Diffstat (limited to 'doc-src/certinstall/firefox.html')
-rw-r--r-- | doc-src/certinstall/firefox.html | 12 |
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> |