cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: how to set the openssl certificate in android curl client

From: Guenter <lists_at_gknw.net>
Date: Fri, 12 Oct 2012 11:23:02 +0200

Am 12.10.2012 08:10, schrieb Indtiny s:
> Now I am using the PEM format only . Since I can root my android device .
> How to place this certificate in system /data folder .
connect your device to ADB; then you can either use:
adb push file.pem /data/local/tmp
or you can open a shell with:
adb shell
and then copy over from /sdcard ...
or use an advanced file explorer like ES:
http://www.estrongs.com/en/download.html

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-12