Im writing a app to allow users to connect android to enterprise wireless networks easily using PEAP or TTLS and a cert.
I can add a EAP based wifi profile and get it to connect wpa_supplicant to the network using the correct credentials and cert. Partially thanks to here
The installation of a cert is proving difficult though.
At the moment i am installing the cert using WebVeiw in the app to open a php file with the appropriate header and cert in. See x509 header. This bring up a certManager instance which requires the user name the cert.
Is there a neater way to install a CA cert on android?
From my searching so far, im guessing not.