Top "Keystore" questions

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

How to view and edit cacerts file?

Using RAD 8.5 with WAS 8.5 runtime, I am getting an exception on my console: The keystore located at "C:\IBM\Websphere85\…

java keystore websphere-8 ibm-rad
How to automate Keystore generation using the java keystore tool? w/o user interaction

I am trying to automate keystore generation using the Java keystore tool. The command I am using is : keytool -keystore …

java keystore
cannot find keytool on a mac

I am trying to find my keytool so that I can make keys to sign my app and to register …

android google-maps-api-3 keystore macos keytool
What free tools for managing java keystores and security certificates available around

What free tools for managing java keystores and security certificates are available around?

java security certificate keystore
How to use keystore in Java to store private key?

I have used KeyPairGenerator to generate a RSA key pair. If I'm not wrong, the KeyStore is only used to …

java keystore
Tomcat HTTPS keystore certificate

Ran into another problem using SSL and Tomcat: I've configured a keystore which contains a key and a certificate (the …

java tomcat ssl https keystore
Import key store from eclipse to android studio

I made research on the topic, but couldn't find a solution: I created a signed apk from an eclipse project, …

android eclipse migration keystore
Java 7 (acting as client) SSL handshake failure with keystore and truststore that worked in Java 6

I'm doing a JBoss AS 5.1 to 7.4, and Java 6 to 7 migration, and get a handshake failure. The keystore and truststore are …

java ssl keystore handshake truststore
Convert CA-signed JKS keystore to PEM

I have a JKS keystore with certicate signed by CA. I need to export it in PEM format in order …

openssl keystore keytool pem jks
javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca

I have to connect to a server via SSL dual authentication. I have added my own private key plus certificate …

java ssl keystore self-signed truststore