blob: d306dfc671f9ac57bcf03b301d7c5d178decc863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
How to install the __mitmproxy__ certificate authority on IOS devices:
### 1: Set up the Mail app on the device to receive email.
### 2: Mail the mitmproxy-ca-cert.pem file to the device, and tap on the attachment.
### 3: You will be prompted to install a profile. Click "Install":
<img src="@!urlTo('ios-profile.png')!@"/>
### 4: Accept the warning by clicking "Install" again:
<img src="@!urlTo('ios-warning.png')!@"/>
### 5: The certificate should now be trusted:
<img src="@!urlTo('ios-installed.png')!@"/>
|