aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/addons/onboardingapp/templates/index.html22
1 files changed, 21 insertions, 1 deletions
diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html
index 1bcff1b8..f2b54b69 100644
--- a/mitmproxy/addons/onboardingapp/templates/index.html
+++ b/mitmproxy/addons/onboardingapp/templates/index.html
@@ -24,6 +24,26 @@
</div>
<hr/>
+
+<div class="text-left">
+ <h3>Apple: How to install on macOS / OSX</h3>
+ <ul>
+ <li>Download PEM file (from above link)</li>
+ <li>Double-click the PEM file</li>
+ <li>The "Keychain Access" applications opens</li>
+ <li>Find the new certificate "mitmproxy" in the list</li>
+ <li>Double-click the "mitmproxy" entry</li>
+ <li>A dialog window openes up</li>
+ <li>Change "Secure Socket Layer (SSL)" to "Always Trust"</li>
+ <li>Close the dialog window (and enter your password if prompted)</li>
+ <li>Done!</li>
+ </ul>
+</div>
+
+
+
+<hr/>
+
<div class="text-center">
Other mitmproxy users cannot intercept your connection.
</div>
@@ -32,4 +52,4 @@
between mitmproxy installations.
</div>
-{% end %}
+{% end %}