mitmproxy/doc-src/certinstall/windows7.html

33 lines
747 B
HTML
Raw Normal View History

2011-03-16 02:27:26 +00:00
2011-03-19 06:47:19 +00:00
How to install the __mitmproxy__ certificate authority in Windows 7:
<ol class="tlist">
2011-03-17 20:04:49 +00:00
2013-03-10 22:49:36 +00:00
<li> Copy the ~/.mitmproxy/mitmproxy-ca-cert.p12 file to the target system. </li>
2011-03-17 20:04:49 +00:00
2013-03-10 22:49:36 +00:00
<li>
Double-click the certificate file. You should see a certificate import wizard:
2011-03-17 20:04:49 +00:00
2013-03-10 22:49:36 +00:00
<img src="@!urlTo('win7-wizard.png')!@"/>
</li>
2011-03-16 02:27:26 +00:00
2013-03-10 22:49:36 +00:00
<li>
Click "Next" until you're prompted for the certificate store:
2011-03-16 02:27:26 +00:00
2013-03-10 22:49:36 +00:00
<img src="@!urlTo('win7-certstore.png')!@"/>
2011-03-16 02:27:26 +00:00
2013-03-10 22:49:36 +00:00
</li>
2011-03-16 02:27:26 +00:00
2013-03-10 22:49:36 +00:00
<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>
2011-03-16 02:27:26 +00:00