Top "Keystore" questions

In Java, a keystore is a repository of security certificates, either authorization certificates or public key certificates

How to import a .cer certificate into a java keystore?

During the development of a Java webservice client I ran into a problem. Authentication for the webservice is using a …

java certificate keystore
How to check certificate name and alias in keystore files?

I have a bunch of .keystore files and need to find one with specific CN and alias. Is there a …

java android keystore
How can I create a keystore?

What are the steps to create a keystore for android? I need to use google maps in my app and …

android keystore
java SSL and cert keystore

How does my java program know where my keystore containing the certificate is? Or alternatively how do I tell my …

java keystore
keytool error Keystore was tampered with, or password was incorrect

I am getting following error while generating certificates on my local machine. C:\Users\abc>keytool -genkey -alias tomcat …

java keystore
Import PEM into Java Key Store

I am trying to connect to an SSL server which requires me to authenticate myself. In order to use SSL …

java ssl keystore pem apache-mina
Keystore change passwords

I currently have a keystore, with a particular password that only I should know. I now need to give access …

java keystore
Difference between .keystore file and .jks file

I have tried to find the difference between .keystore files and .jks files, yet I could not find it. I …

keystore jks
java - path to trustStore - set property doesn't work?

I've setup a self-signed certificate to test an ssl java connection - however, it is refusing to locate the java …

java ssl keystore jsse truststore