Top "Keytool" questions

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

Difference between keytool -genkey vs -genkeypair

I am using keytool to create a csr. I wonder what is the difference between the options -genkey and -genkeypair. …

keytool csr
Can I create a Java trust store without a password using keytool?

I want to connect to a TLS server with a self-signed certificate, so I need a custom trust store. keytool …

java ssl keytool truststore
Certificate chain not found, but keystore contains private key

Im trying to sign my apk so I can release an update to my app with this command: jarsigner ­-verbose …

java android certificate keytool jarsigner
jarsigner -verify works in Java 6 but not Java 7

I've been banging my head against this for a few days and am completely stumped. Here's the rundown: I've got …

java keytool jarsigner
Problem running my signed, release keystore in Eclipse

I am unable to run my signed, release keystore in Eclipse: I get the error: Keystore was tampered with, or …

java android eclipse keystore keytool
keytool import certificate java.util.IllegalFormatConversionException in linux

I am tring to create a keystore to be used in tomcat but I get the error "java.util.IllegalFormatConversionException: …

tomcat keystore keytool cer
Generate CSR with 2 OU Names

I have to create an application which generates a CSR. While generating a CSR we are required to fill in …

openssl certificate keytool certificate-authority
toDerInputStream rejects tag type 0 - Cannot read key from keystore

In my Android app, I have a keystore file named keystore.p12, which is located in /data/data/com.company.…

java android keytool java-security
Add e-mail to CSR generated with keytool

As per this : http://en.wikipedia.org/wiki/Certificate_signing_request the CSR can contain an email address. My question …

ssl-certificate keytool csr
Should keystore password be same as PKCS12 certificate password?

I am trying to import PKCS12 certificate using keytool in java. It works fine only when the keystore password is …

java keystore keytool pkcs12