From a92eb1c4c8e300c38592d4044dee694d1b69b56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Reegn?= Date: Thu, 19 Aug 2021 16:14:52 +0200 Subject: [PATCH] Add script instructions for MacOS to mitm.it (#4765) --- mitmproxy/addons/onboardingapp/templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html index 8f1d31d79..632f682c9 100644 --- a/mitmproxy/addons/onboardingapp/templates/index.html +++ b/mitmproxy/addons/onboardingapp/templates/index.html @@ -52,12 +52,17 @@ {% endcall %} {% call entry('macOS', 'apple') %} +
Manual Installation
  1. Double-click the PEM file to open the Keychain Access application.
  2. Locate the new certificate "mitmproxy" in the list and double-click it.
  3. Change Secure Socket Layer (SSL) to Always Trust.
  4. Close the dialog window and enter your password if prompted.
+
Automated Installation
+
    +
  1. sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain mitmproxy-ca-cert.pem
  2. +
{% endcall %} {% call entry('iOS – please read the instructions!', 'apple') %}
iOS 13+