aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/ios-simulator.html
blob: 0cef63f813732a6f7640674bbe3c5b591da3868b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
How to install the __mitmproxy__ certificate authority in the IOS simulator:

<ol>

    <li> First, check out the <a
    href="https://github.com/ADVTOOLS/ADVTrustStore">ADVTrustStore</a> tool
    from github.</li>

    <li> Now, run the following command:

    <pre class="terminal">./iosCertTrustManager.py -a ~/.mitmproxy/mitmproxy-ca-cert.pem</pre>

    </li>

</ol>


Note that although the IOS simulator has its own certificate store, it shares
the proxy settings of the host operating system. You will therefore to have
configure your OSX host's proxy settings to use the mitmproxy instance you want
to test with.