mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
17 lines
431 B
HTML
17 lines
431 B
HTML
|
|
How to install the __mitmproxy__ certificate authority in OSX:
|
|
|
|
<ol>
|
|
|
|
<li>Open Finder, and double-click on the mitmproxy-ca-cert.pem file.</li>
|
|
|
|
<li>You will be prompted to add the certificate. Click "Always Trust":
|
|
|
|
<img src="@!urlTo('osx-addcert-alwaystrust.png')!@"/>
|
|
</li>
|
|
|
|
<li> You may be prompted for your password. You should now see the
|
|
mitmproxy cert listed under "Certificates".</li>
|
|
</ol>
|
|
|