Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding SSL Certificate to Keystore

Tags:

android

Can someone please guide me on how to add Certificate to Keystore(Android Mobile)...A sample code will be helpfull..

like image 631
Alok Gupta Avatar asked Mar 10 '11 06:03

Alok Gupta


1 Answers

The keystore format you need is in the BouncyCastle jar, which you need to download. Then you create the keystore. Finally, you will need to extend the HTTPClient.

There's a simple example on how to that in here.

like image 164
Erez A. Korn Avatar answered Nov 10 '22 03:11

Erez A. Korn