aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/windows7.html
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-03-17 00:26:42 -0400
committerJim Shaver <dcypherd@gmail.com>2015-03-17 00:26:42 -0400
commit968d94d4710616ebf94cde4f3c35d469e227e910 (patch)
tree4a1758db44d8b88c0e09ea16c3bb617df9a78011 /doc-src/certinstall/windows7.html
parent40c242c3f6e9de093f68ad3e1f8887ae49a28b84 (diff)
downloadmitmproxy-968d94d4710616ebf94cde4f3c35d469e227e910.tar.gz
mitmproxy-968d94d4710616ebf94cde4f3c35d469e227e910.tar.bz2
mitmproxy-968d94d4710616ebf94cde4f3c35d469e227e910.zip
Removes all of the platform specific certificate installation instructions.
Diffstat (limited to 'doc-src/certinstall/windows7.html')
-rw-r--r--doc-src/certinstall/windows7.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc-src/certinstall/windows7.html b/doc-src/certinstall/windows7.html
deleted file mode 100644
index 7a4cc3d2..00000000
--- a/doc-src/certinstall/windows7.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-How to install the __mitmproxy__ certificate authority in Windows 7:
-
-<ol class="tlist">
-
- <li> The easiest way to get the certificate to the device is to use <a
- href="@!urlTo("webapp.html")!@">the web app</a>. If this fails for some
- reason, simply copy the ~/.mitmproxy/mitmproxy-ca-cert.p12 file to the
- target system and double-click it. </li>
-
- <li>
- You should see a certificate import wizard:
-
- <img src="@!urlTo('win7-wizard.png')!@"/>
- </li>
-
- <li>
- Click "Next" until you're prompted for the certificate store:
-
- <img src="@!urlTo('win7-certstore.png')!@"/>
-
- </li>
-
-
- <li>
- <p>Select "Place all certificates in the following store", and select "Trusted Root Certification Authorities":</p>
-
- <img src="@!urlTo('win7-certstore-trustedroot.png')!@"/>
-
- </li>
-
- <li> Click "Next" and "Finish". </li>
-
-</ol>
-