Top "Keytool" questions

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

Generating hash key for app using facebook sdk

I am using facebook sdk for login into my application. The application runs fine on HTC devices. The application also …

android facebook-graph-api openssl single-sign-on keytool
Do you not need a password to access a truststore (made with the java keytool)?

I just created a truststore with the java keytool (for server authentication of a server that does not have a …

java keystore keytool truststore
Jarsigner: certificate chain not found for

I have imported a certificate into a private ~/.keystore file: keytool -list Enter keystore password: Keystore type: JKS Keystore provider: …

java keytool jarsigner
keytool - see the public and private keys

I created Java keystore programmatically of type jks (i.e. default type). It is initially empty so I created a …

java security keystore digital-certificate keytool
Add Self Signed Certificate without promting Yes/No from User

Using some batch file, I want to add the untrusted self signed certificate within Java Keystore. Command is %JAVA_HOME%/…

java ssl import keystore keytool
How to create CSR with SANs using keytool

I'd like to ask whether it is possible to create CSR that contains SAN records. I created keystore as keytool …

certificate keytool
PFX to JKS keytool conversion: Alias <*> does not exist

I'm trying to convert x.PFX file to x.JKS file using keytool but I am getting following error: keytool …

certificate ssl-certificate keytool pfx jks
How to delete already import certificate/alias by keytool command?

I am trying to delete already import certificate by keytool command keytool -delete -noprompt -alias "initcert" -keystore keycloak.jks But …

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

I want to activate https in tomcat 6. When I import the SSL certificate then I got below stated error : keytool …

https tomcat6 keytool x509
Keytool alias does not exist

I am trying to get my debug.keystore md5 key so I can get the API key for Google Maps. …

android android-mapview keytool