Top "Jks" questions

A Java KeyStore (JKS) is a repository of cryptographic keys and certificates - used for instance in TLS encryption.

How to import an existing X.509 certificate and private key in Java keystore to use in SSL?

I have this in an ActiveMQ config: <sslContext> <sslContext keyStore="file:/home/alex/work/amq/broker.ks" …

java ssl jms activemq jks
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
Caused by: java.security.UnrecoverableKeyException: Cannot recover key

I am supplied with a jks keystore named ABCC_client.store. When I import this keystore to cacerts and try …

java ssl ssl-certificate jks
How do I import an existing Java keystore (.jks) file into a Java installation?

So, I am having trouble with LDAP. I have an integration test case that hopefully will work out, but it …

java keystore jks
Convert .cer certificate to .jks

I need to convert a .cer file to a .jks file. I saw a few questions about it, but haven't …

java certificate jks cer java-security
Converting .jks to p12

How can I convert a .jks file to p12. jks is a java key store file so how can I …

pkcs#12 jks
convert certificate from pem into jks

I have to convert a certificate in pem format into an java key store. To use this one with tomcat …

java ssl certificate pem jks
What causes keytool error "Failed to decrypt safe contents entry"?

I am trying to convert a standard PKCS #12 (.p12) key store into a Java JKS key store with this command: …

java openssl keytool pkcs#12 jks
How to import a jks certificate in java trust store

How do I import a .jks file into the java security's truststore? All the tutorial I'm seeing is using a ".…

java ssl https keytool jks
Import PKCS7 (Chained Certificate) using KeyTool command to JKS

I have a CA issued CERT in PKCS#7 format. It has certificates (chained) within it. Keytool does not recognize the …

certificate keytool pkcs#7 jks