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+