Top "Jks" questions

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

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
Unable to import .p12 certificate to cacerts

While importing .p12 to cacerts I'm facing the following issue. First line says alias already exists and then when I …

java authentication keytool pkcs#12 jks
Is it possible to create JKS keystore file without a password?

I'm experimenting with OSGi conditional permissions mechanism. More specifically, I'm trying to use org.osgi.service.condpermadmin.BundleSignerCondition to restrict …

osgi jks
Trouble instantiating a JavaKeyStore from file

I'm trying to get an instance of org.apache.ws.security.components.crypto.Merlin using org.apache.ws.security.components.…

java security cryptography keystore jks
How to add a certificate chain to a JKS

I have a certificate chain called: cert.cer with the content of: subject= ... OU=MyCA issuer= ... OU=MyCA -----BEGIN CERTIFICATE----- ... …

ssl certificate keystore chain jks
How to Convert .p7b to .jks

I have a certificate which is in .p7b I want change into .jks. So How can I convert it …

ssl-certificate jks p7b
Kafka SSL handshake failed issue

I am trying to enable SSL Authentication on my Kafka server. I am following 7.2 section in the Kafka documentation. Followed …

ssl apache-kafka certificate jks
Creating a .jks from a .crt and .key file, is that possible

I requested a SSL certificate from an authority. First, I created a .csr and a .key file on my computer …

java oracle ssl jks
Java Keystore PrivateKeyEntry vs trustedCertEntry

I'm renewing a certificate used by my Hadoop cluster. Current JKS has one entry: Your keystore contains 1 entry Alias name: …

security hadoop ssl jks
Can't load a jks file from classpath

I've created a JKS file with public and private RSA keys. When I load this file using external path (like …

classpath encryption java-8 jks