diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 13:24:11 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 13:24:11 +1300 |
commit | f3369529abd601d7f10fcdb45ec280e8f6a7ad19 (patch) | |
tree | 6a6eb905b816a8edca91c680075fe999f9582e47 /doc-src/certinstall/ios.html | |
parent | 23ba4eccd8a9efd93882aee3d37dc6b9e5f84e57 (diff) | |
download | mitmproxy-f3369529abd601d7f10fcdb45ec280e8f6a7ad19.tar.gz mitmproxy-f3369529abd601d7f10fcdb45ec280e8f6a7ad19.tar.bz2 mitmproxy-f3369529abd601d7f10fcdb45ec280e8f6a7ad19.zip |
Adjust docs for web app certificate installation.
Diffstat (limited to 'doc-src/certinstall/ios.html')
-rw-r--r-- | doc-src/certinstall/ios.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc-src/certinstall/ios.html b/doc-src/certinstall/ios.html index fd14e65a..c12d65f6 100644 --- a/doc-src/certinstall/ios.html +++ b/doc-src/certinstall/ios.html @@ -1,11 +1,17 @@ -How to install the __mitmproxy__ certificate authority on IOS devices: +## 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. -<ol class="tlist"> - <li>Set up the Mail app on the device to receive email.</li> - <li>Mail the mitmproxy-ca-cert.pem file to the device, and tap on the attachment.</li> +## Installing the certificate +<ol class="tlist"> <li>You will be prompted to install a profile. Click "Install": <img src="@!urlTo('ios-profile.png')!@"/></li> |