diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-19 19:43:44 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-19 19:43:44 +1300 |
commit | 58fc0041fa5e37a891314da4a777f8b886d20f06 (patch) | |
tree | 7bff1cd1c61eadba57c3c42265a47d69e7d9420a /doc-src/ssl.html | |
parent | 1549ec8079007f638c63897b9e02bc257d143d9d (diff) | |
download | mitmproxy-58fc0041fa5e37a891314da4a777f8b886d20f06.tar.gz mitmproxy-58fc0041fa5e37a891314da4a777f8b886d20f06.tar.bz2 mitmproxy-58fc0041fa5e37a891314da4a777f8b886d20f06.zip |
Stub out doc structure, add screenshots for configuring certs in Firefox.
Diffstat (limited to 'doc-src/ssl.html')
-rw-r--r-- | doc-src/ssl.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc-src/ssl.html b/doc-src/ssl.html new file mode 100644 index 00000000..4fe1ee15 --- /dev/null +++ b/doc-src/ssl.html @@ -0,0 +1,41 @@ + +# Browsers + +<a name="firefox"></a> +## Firefox 3.x + +### 1: Open preferences, click on "Advanced", then select"Encryption": + +<img src="@!urlTo('firefox3.jpg')!@"/> + +### 2: Click "View Certificates", "Import", and select the certificate file: + +<img src="@!urlTo('firefox3-import.jpg')!@"/> + +### 3: 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. + + +<a name="chrome"></a> +## Chrome + +<a name="safari"></a> +## Safari + +<a name="ie"></a> +## Internet Explorer 8 + + +# Global installation + +<a name="windows"></a> +## Windows 7 + +<a name="ios"></a> +## iPhone/iPad + + + |