Android cannot install p12 (no file found) FIX
Posted: Tue Jan 24, 2012 11:24 pm
If you get this error;
"No certificate file found to install"
From Settings > Security -> Install from SD card
Make sure you follow up;
with...
Then place p12 in your sdcard root as usual.
Fixed on HTC Desire 2.2.
Perhaps this could be added to docs please Admins?
"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
Code: Select all
chmod 0600 certs.p12

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