Top "Keystore" questions

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

Checking certificates expiration dates in java keystore

My java application uses a keystore file in which I have a certificate which is used in ssl connection with …

java ssl certificate keystore
Android App Installation Failed: Package com.my.app has no certificates at entry AndroidManifest.xml

in Android Studio I generated a signed APK with keystore and so on. While installing the APK onto a device …

android installation keystore
Java - javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

I'm trying to connect to my own SSL Server with my own SSL Client, but i get the following error: …

java authentication ssl keystore truststore
tomcat doesn't deliver intermediate certificate (https)

I created a key and a csr on console, using the openssl executable. Then I sent the csr to a …

tomcat https certificate openssl keystore
Can I prevent digital signature warning when I start a java application from command line?

Is there any way to prevent the "The application's digital signature cannot be verified" warning message from appearing when you …

java windows keystore keytool security-warning
Difference between Entry Type "keyEntry" and "trustedCertEntry" in a keystore

I don't have much knowledge in this area, but i have still tried to do things by googling. Here is …

certificate ssl-certificate keystore keytool jks
Not able to load P7B file into keystore file

I received a new certificate in crt / cert format. When I open this file in a text editor they added …

openssl certificate keystore keytool pkcs#7
Where does Eclipse hide the keystore?

I'm surprisingly frustrated by this, and I suspect the answer is simple. I have compiled and signed my android app …

android publishing keystore
Using SSLContext with just a CA certificate and no keystore

I need to setup a javax.net.ssl.SSLContext for use in a Jersey-Client application. All I want to do …

java ssl keystore ca jersey-client
Add trustStore for client authentication

A server and respective client support client authentication but as noted here: SSLHandshakeException: no cipher suites in common, do not …

java ssl keystore truststore