diff options
author | Maximilian Hils <git@maximilianhils.com> | 2013-12-12 03:40:23 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2013-12-12 03:40:23 +0100 |
commit | 4a32a65e0eb1adf354ccb11899158f49d501b5f0 (patch) | |
tree | 3dfa1b19247224b09cba5435d519df2f3ff4fcfc /doc-src/certinstall | |
parent | 7db1430ee7be2867f0545a085f5a48333c1d833b (diff) | |
download | mitmproxy-4a32a65e0eb1adf354ccb11899158f49d501b5f0.tar.gz mitmproxy-4a32a65e0eb1adf354ccb11899158f49d501b5f0.tar.bz2 mitmproxy-4a32a65e0eb1adf354ccb11899158f49d501b5f0.zip |
change certificate path for android, fix #171
Diffstat (limited to 'doc-src/certinstall')
-rw-r--r-- | doc-src/certinstall/android.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/certinstall/android.html b/doc-src/certinstall/android.html index f215d91d..9b0c5d71 100644 --- a/doc-src/certinstall/android.html +++ b/doc-src/certinstall/android.html @@ -14,7 +14,7 @@ below - your device may differ, but the broad process should be similar. ## Getting the certificate onto the device First we need to get the __mitmproxy-ca-cert.cer__ file into the -__/sdcard/Download__ folder on the device. There are a number of ways to do +__/sdcard__ folder on the device (/sdcard/Download on older devices). There are a number of ways to do this. If you have the Android Developer Tools installed, you can use [__adb push__](http://developer.android.com/tools/help/adb.html) to accomplish this. Depending on your device, you could also transfer the file using external media @@ -32,7 +32,7 @@ and select "Install from storage": <img src="android-settingssecuritymenu.png"/> -The certificate in /sdcard/Download is automatically located and offered for +The certificate in /sdcard is automatically located and offered for installation. Installing the cert will delete the download file from the local disk: |