diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html
index f2b54b69b..c8d0f07a0 100644
--- a/mitmproxy/addons/onboardingapp/templates/index.html
+++ b/mitmproxy/addons/onboardingapp/templates/index.html
@@ -1,47 +1,86 @@
{% extends "frame.html" %}
{% block body %}
+
+
Click to install the mitmproxy certificate:
-
-
Apple: How to install on macOS / OSX
-
- - Download PEM file (from above link)
- - Double-click the PEM file
- - The "Keychain Access" applications opens
- - Find the new certificate "mitmproxy" in the list
- - Double-click the "mitmproxy" entry
- - A dialog window openes up
- - Change "Secure Socket Layer (SSL)" to "Always Trust"
- - Close the dialog window (and enter your password if prompted)
- - Done!
-
+
-
-