diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2014-01-28 17:29:28 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2014-01-28 17:29:28 +0100 |
| commit | 1e3e0dd1271afda59ec244b64391b6579a998dce (patch) | |
| tree | 5f1f617ccc8ea2b29650c10197407b1d3ecb7139 /doc-src/certinstall/ios.html | |
| parent | 17f09aa0afe9695505b746c370e1c5b889c19058 (diff) | |
| parent | 3aa78f9ff38471f84a471618e1a43ca02fc65b6a (diff) | |
| download | mitmproxy-1e3e0dd1271afda59ec244b64391b6579a998dce.tar.gz mitmproxy-1e3e0dd1271afda59ec244b64391b6579a998dce.tar.bz2 mitmproxy-1e3e0dd1271afda59ec244b64391b6579a998dce.zip | |
merge master
Diffstat (limited to 'doc-src/certinstall/ios.html')
| -rw-r--r-- | doc-src/certinstall/ios.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc-src/certinstall/ios.html b/doc-src/certinstall/ios.html new file mode 100644 index 00000000..c12d65f6 --- /dev/null +++ b/doc-src/certinstall/ios.html @@ -0,0 +1,27 @@ + +## Getting the certificate onto the device + +The easiest way to get the certificate to the device is to use [the web +app](@!urlTo("webapp.html")!@). In the rare cases where the web app doesn't +work, you will need to get the __mitmproxy-ca-cert.pem__ file to the device to +install it. The easiest way to accomplish this is to set up the Mail app on the +device, and to email it over as an attachment. Open the email, tap on the +attachment, then proceed with the install. + + +## Installing the certificate + +<ol class="tlist"> + <li>You will be prompted to install a profile. Click "Install": + + <img src="@!urlTo('ios-profile.png')!@"/></li> + + <li>Accept the warning by clicking "Install" again: + + <img src="@!urlTo('ios-warning.png')!@"/></li> + + <li>The certificate should now be trusted: + + <img src="@!urlTo('ios-installed.png')!@"/></li> + +</ol> |
