Top "Keytool" questions

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

How to create a certificate chain using keytool?

I want to create certificate chain in java as follows: ca.mycompany.com |--asia.mycompany.com |--india.mycompany.com where …

ssl keytool nss
Import PFX file into Existing JKS file (NOT converting from .pfx to .jks)

I have Java web service and have implemented X.509 using jks files created by Java Keytool. keytool -genkey -keyalg RSA …

java x509 keytool pfx jks
Published Android apk gives error "Package file was not signed correctly"

I recently uploaded my application to the android market however it's refusing to run when downloaded due to the error …

android keytool jarsigner google-play
Convert CA-signed JKS keystore to PEM

I have a JKS keystore with certicate signed by CA. I need to export it in PEM format in order …

openssl keystore keytool pem jks
Using an empty keystore password used to be possible?

When signing an apk after a long break from Android development I was surprised that I'm no longer able to …

java android keytool
How to reset keystores when you do not know their password?

For some reason I got this message: keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect …

java keytool android-keystore
Check android keystore keypass for correctness

I'm automating some things that involve the android keytool and jarsigner. The tool takes a keystore, the password for the …

android keytool jarsigner
keytool error: java.lang.Exception: Input not an X.509 certificate

I am trying to import Gmails smtp certificate for use with Jira, but I get this error when importing using …

gmail jira x509 keytool
Merge 2 .jks truststore files

I am using a Tomcat that is SSL enabled, using truststores for client authentication. I have two .jks trustore files. …

java security keytool jks
how to change PKCS12 keystore password using keytool?

I cannot change PKCS keystore password using keytool (java 8). When I tried to change the key password: keytool -keypasswd -keystore …

keytool pkcs#12