I have followed this procedure to install ssl certifacate in my pc.
- From Windows "start menu", clic on "execute" and enter "mmc" command.
- Clic on "file","add/remove Snap in".
- Choose "Certificats" componant with "My user account" and OK.
- In the "certificates - Current user" folder created, then do a right clic on "Trusted Publishers", "all Tasks", "Import" and browse for "keystore.cs" certificate.
How Can I read the keystore installed from the process above in java to enable ssl communication in my application. I need to use java HttpsConnection class to connect to the remote server.