Add script instructions for MacOS to mitm.it (#4765)

This commit is contained in:
Zoltán Reegn 2021-08-19 16:14:52 +02:00 committed by GitHub
parent f7f0ac8ba7
commit a92eb1c4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>