Page 1 of 1

Android cannot install p12 (no file found) FIX

Posted: Tue Jan 24, 2012 11:24 pm
by slimfat7
If you get this error;

"No certificate file found to install"

From Settings > Security -> Install from SD card

Make sure you follow up;

Code: Select all

openssl pkcs12 -export -in AmahiHDAClient.crt -inkey AmahiHDAClient.key -certfile ca-cert.crt -name Amahi -out certs.p12​
with...

Code: Select all

chmod 0600 certs.p12
Then place p12 in your sdcard root as usual.

;)

Fixed on HTC Desire 2.2.
Perhaps this could be added to docs please Admins?

Re: Android cannot install p12 (no file found) FIX

Posted: Wed Jan 25, 2012 6:54 am
by bigfoot65
Anyone can contribute to the wiki. It would be great if you could add this.