Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android ssl certificate

Assuming, my application need to access my web server using server certificate that is not supported by Nexus One (or other android devices), for example.

is it possible to 'embedded' the client certificate in the application? is this the same as signing the app with the client certificate?

Thanks

like image 834
cwrx Avatar asked Jan 22 '23 00:01

cwrx


1 Answers

Yes, it is possible to embed the server certificate in the application.

Look at my blog article. I posted a detailed description how you can achieve this with creating your own keystore.

like image 109
saxos Avatar answered Jan 23 '23 14:01

saxos