aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-11-16 13:04:07 +0100
committerGitHub <noreply@github.com>2016-11-16 13:04:07 +0100
commit3d26bd4aa141968ef94df289be1089e6c03c3b48 (patch)
treed8b80a0b742ac10f0689119cfc3efd2f61fedbe6
parent92607c210924facc88761c1c425b93afe9a53307 (diff)
parentd7a22d92ec1b2ffdcf672498d24a6fe8615b0042 (diff)
downloadmitmproxy-3d26bd4aa141968ef94df289be1089e6c03c3b48.tar.gz
mitmproxy-3d26bd4aa141968ef94df289be1089e6c03c3b48.tar.bz2
mitmproxy-3d26bd4aa141968ef94df289be1089e6c03c3b48.zip
Merge pull request #1748 from Kriechi/better-onboarding
add macOS/OSX installation instructions to onboarding page
-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 %}