Top "Keytool" questions

Key and Certificate Management Tool: manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.

Find the alias name in the keystore file

I have a key store file cacerts under jre/lib/security in which i added a Certicate by using the …

java ssl certificate keytool
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
How to create a certificate into a PKCS12 keystore with keytool?

I wanted to create a certificate into a PKCS12 keystore format with keytool program. The keystore has extension .pfx. How …

certificate ssl-certificate keytool pkcs#12
TOMCAT SSL Error: Alias name does not identify a key entry

I am trying to configure Tomcat 6 using SSL with a certificate provided to us (by someone). My SSL experience only …

tomcat ssl keytool
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
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
Tomcat Server/Client Self-Signed SSL Certificate

I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their …

tomcat ssl ssl-certificate self-signed keytool
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
Find the key hash for a signed app

I have signed my app and exported it to a folder on my desktop called app in this folder is …

android keystore keytool hashtag