mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Add script instructions for MacOS to mitm.it (#4765)
This commit is contained in:
parent
f7f0ac8ba7
commit
a92eb1c4c8
@ -52,12 +52,17 @@
|
||||
</ol>
|
||||
{% endcall %}
|
||||
{% call entry('macOS', 'apple') %}
|
||||
<h5>Manual Installation</h5>
|
||||
<ol>
|
||||
<li>Double-click the PEM file to open the <samp>Keychain Access</samp> application.</li>
|
||||
<li>Locate the new certificate "mitmproxy" in the list and double-click it.</li>
|
||||
<li>Change <samp>Secure Socket Layer (SSL)</samp> to <samp>Always Trust</samp>.</li>
|
||||
<li>Close the dialog window and enter your password if prompted.</li>
|
||||
</ol>
|
||||
<h5>Automated Installation</h5>
|
||||
<ol>
|
||||
<li><code>sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain mitmproxy-ca-cert.pem</code></li>
|
||||
</ol>
|
||||
{% endcall %}
|
||||
{% call entry('iOS <small>– please read the instructions!</small>', 'apple') %}
|
||||
<h5>iOS 13+</h5>
|
||||
|
Loading…
Reference in New Issue
Block a user