mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
33 lines
747 B
HTML
33 lines
747 B
HTML
|
|
How to install the __mitmproxy__ certificate authority in Windows 7:
|
|
|
|
<ol class="tlist">
|
|
|
|
<li> Copy the ~/.mitmproxy/mitmproxy-ca-cert.p12 file to the target system. </li>
|
|
|
|
<li>
|
|
Double-click the certificate file. 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>
|
|
|