aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-04-12 22:38:34 +0200
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2020-04-13 09:46:45 +0200
commit39e2278e935a83f6ee09ba289166a9bc990ac446 (patch)
tree542a2ffb55f0a6aed413a98bb3d6b95316a9465f /mitmproxy
parent30645fa1ac6fa828bda390383abee7c04f20206f (diff)
downloadmitmproxy-39e2278e935a83f6ee09ba289166a9bc990ac446.tar.gz
mitmproxy-39e2278e935a83f6ee09ba289166a9bc990ac446.tar.bz2
mitmproxy-39e2278e935a83f6ee09ba289166a9bc990ac446.zip
improve getting-started docs
Diffstat (limited to 'mitmproxy')
-rw-r--r--mitmproxy/addons/onboardingapp/templates/index.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html
index aee6858c..822e2856 100644
--- a/mitmproxy/addons/onboardingapp/templates/index.html
+++ b/mitmproxy/addons/onboardingapp/templates/index.html
@@ -20,6 +20,14 @@ function changeTo(device) {
</ul>
</div>
<div class="col-md-4">
+ <h3 class="text-center">How to install on iOS 13+</h3>
+ <ul>
+ <li>Install and active the new Profile</li>
+ <li>Goto Settings -> General -> About -> Certificate Trust Settings</li>
+ <li>Toggle mitmproxy to ON</li>
+ <li>Done!</li>
+ </div>
+ <div class="col-md-4">
<h3 class="text-center">How to install on browsers</h3>
<ul>
<li>Safari on macOS uses the macOS keychain. So installing our CA in the system is enough.</li>
@@ -27,15 +35,6 @@ function changeTo(device) {
<li>Firefox on macOS has its own CA store and needs to be installed with Firefox-specific instructions that can be found <a href="https://wiki.mozilla.org/MozillaRootCertificate#Mozilla_Firefox">HERE</a> .</li>
</ul>
</div>
- <div class="col-md-4">
- <h3 class="text-center">How to install on iOS v10.3</h3>
- <ul>
- <li>After certificate installation, open Settings</li>
- <li>Navigate to General and then About</li>
- <li>Select Certificate Trust Settings</li>
- <li>Each root that has been installed via a profile will be listed below the heading Enable Full Trust For Root Certificates. Toggle mitmproxy on</li>
- <li>Done!</li>
- </div>
</div>
</div>`;
}