diff options
author | Rouli <rouli.net@gmail.com> | 2013-03-18 14:24:13 +0200 |
---|---|---|
committer | Rouli <rouli.net@gmail.com> | 2013-03-18 14:24:13 +0200 |
commit | c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f (patch) | |
tree | 1e62785d669d86f6e551a99b9debfe445389bd48 /doc-src/certinstall/firefox.html | |
parent | b6cae7cd2d0105d6a6fe9d35864d0f9b7c5f8924 (diff) | |
parent | 5c33f6784b4ba34dd9825ea7e3070cdf0b2b4621 (diff) | |
download | mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.tar.gz mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.tar.bz2 mitmproxy-c94aadcb0ee5e7aab8acc46a0e4ac7d02a28df6f.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc-src/certinstall/firefox.html')
-rw-r--r-- | doc-src/certinstall/firefox.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/doc-src/certinstall/firefox.html b/doc-src/certinstall/firefox.html index a107aebc..66fa9d79 100644 --- a/doc-src/certinstall/firefox.html +++ b/doc-src/certinstall/firefox.html @@ -1,19 +1,23 @@ How to install the __mitmproxy__ certificate authority in Firefox: -### 1. If needed, copy the ~/.mitmproxy/mitmproxy-ca-cert.pem file to the target. +<ol class="tlist"> + <li> If needed, copy the ~/.mitmproxy/mitmproxy-ca-cert.pem file to the target. </li> -### 2: Open preferences, click on "Advanced", then select"Encryption": + <li>Open preferences, click on "Advanced", then select"Encryption": + <img src="@!urlTo('firefox3.jpg')!@"/> + </li> -<img src="@!urlTo('firefox3.jpg')!@"/> + <li> Click "View Certificates", "Import", and select the certificate file: + <img src="@!urlTo('firefox3-import.jpg')!@"/> + </li> -### 3: Click "View Certificates", "Import", and select the certificate file: + <li>Tick "Trust this CS to identify web sites", and click "Ok": + <img src="@!urlTo('firefox3-trust.jpg')!@"/> + </li> -<img src="@!urlTo('firefox3-import.jpg')!@"/> + <li> You should now see the mitmproxy certificate listed in the Authorities + tab.</li> -### 4: Tick "Trust this CS to identify web sites", and click "Ok": - -<img src="@!urlTo('firefox3-trust.jpg')!@"/> - -You should now see the mitmproxy certificate listed in the Authorities tab. +</ol> |