Merge pull request #1748 from Kriechi/better-onboarding

add macOS/OSX installation instructions to onboarding page
This commit is contained in:
Thomas Kriechbaumer 2016-11-16 13:04:07 +01:00 committed by GitHub
commit 3d26bd4aa1

View File

@ -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 %}