Top "Keystore" questions

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

keytool -genkey error: Keystore file does not exist

I try to create a new self certified keystore file The command I use is: keytool -genkey -selfcert -dname "cn=…

java certificate keystore keytool
How do I programmatically create a new KeyStore?

I'm trying to programmatically create a new keystore in Java. The following code: KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType()); keyStore.…

java keystore
Does Java support Let's Encrypt certificates?

I am developing a Java application that queries a REST API on a remote server over HTTP. For security reasons …

java ssl keystore lets-encrypt ca
What is Keystore?

I have been getting: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find …

java ssl keystore
Using a custom truststore in java as well as the default one

I'm writing an application in Java which connects to two web servers via HTTPS. One got a certificate trusted via …

java ssl keystore truststore
Read public key from file in keystore

Hi I want to extract public key from KeyStore using Java code I am creating a keystore keytool -genkey -alias …

java keystore public-key
I can't find the debug.keystore file

I'm having an error with Eclipse and Android's SDK. apparently, it comes from the fact that my certificate expired. So …

android eclipse sdk certificate keystore
keytool error: java.lang.Exception: Keystore file exists, but is empty

I am new to SSL. I am trying to create keystore for SSL connection using keytool. First I tried the …

java ssl keystore keytool
PKIX Path does not chain with any of the trust anchors error in Windows Environment

I am a bit of an idiot to how SSL and Webservices work at the fine-grained level. I am developing …

ssl java-7 keystore keytool
Import certificate as PrivateKeyEntry

I am installing SSL on a Tomcat server and am following these instructions from the issuer https://knowledge.rapidssl.com/…

ssl keystore keytool