Top "Keytool" questions

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

Import PKCS7 (Chained Certificate) using KeyTool command to JKS

I have a CA issued CERT in PKCS#7 format. It has certificates (chained) within it. Keytool does not recognize the …

certificate keytool pkcs#7 jks
Programmatically Import CA trust cert into existing keystore file without using keytool

I would like to create a JAVA program that import the .cer CA into the existing keystore file. So that …

java keytool
Key hash for Facebook Android SDK

I can't figure out how to get the Key Hash required to use the Facebook Android SDK. I figured out …

java android keystore keytool
Certificate chain not found, how to fix and publish to Google Play Store?

ERROR MESSAGE: jarsigner: Certificate chain not found for: project_foo.<br/> project_foo must reference a valid KeyStore …

android keytool jarsigner jar-signing
Adding certificate chain to p12(pfx) certificate

I have aplication in java and cxf which connects to WebServices with client certificate. I got certificates form WebService owner …

java keystore keytool jks
how to delete 2 alias entries from keystore?

I have imported multiple certificates(with alias name) into pc.keystore. I want to delete 2 aliases (mydomain and ourdomain) entries …

keytool
Unable to import certificate to cacerts

My requirement is to import a certificate for maven repositories into the global keystore. The certificate file is named maven-cacert.…

java authentication keytool
keytool error: java.io.FileNotFoundException: C:\cacerts (Access is denied)

I am on Windows 10 with JRE8 and the command I'm using is: C:\Program Files\Java\jre1.8.0_60\bin>keytool …

keystore filenotfoundexception keytool access-denied apex-data-loader
Signing an APK with an upload key provided by Google Play

I'm trying to make sense of how to upload an app onto Google Play while using Google Play App Signing. …

android google-play apk keytool android-app-signing
Imported certificate to Java keystore, JVM ignores the new cert

I'm trying to get an application running on top of Tomcat 6 to connect to an LDAP server over SSL. I …

java security tomcat ssl-certificate keytool