Add script instructions for MacOS to mitm.it (#4765)
This commit is contained in:
parent
f7f0ac8ba7
commit
a92eb1c4c8
|
@ -52,12 +52,17 @@
|
||||||
</ol>
|
</ol>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% call entry('macOS', 'apple') %}
|
{% call entry('macOS', 'apple') %}
|
||||||
|
<h5>Manual Installation</h5>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Double-click the PEM file to open the <samp>Keychain Access</samp> application.</li>
|
<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>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>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>
|
<li>Close the dialog window and enter your password if prompted.</li>
|
||||||
</ol>
|
</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 %}
|
{% endcall %}
|
||||||
{% call entry('iOS <small>– please read the instructions!</small>', 'apple') %}
|
{% call entry('iOS <small>– please read the instructions!</small>', 'apple') %}
|
||||||
<h5>iOS 13+</h5>
|
<h5>iOS 13+</h5>
|
||||||
|
|
Loading…
Reference in New Issue