Top "Keytool" questions

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

how to view the contents of a .pem certificate

I am using Java keytool. I have exported a self-signed .pem certificate from my keystore. Is there a command to …

keytool
I can’t find the Android keytool

I am trying to follow the Android mapping tutorial and got to this part where I had to get an …

android keytool android-keystore
Importing the private-key/public-certificate pair in the Java KeyStore

I used the following steps to create a new Java keystore with a pair of private/public key to be …

java ssl x509certificate keytool
Openssl is not recognized as an internal or external command

I wish to generate an application signature for my app which will later be integrated with Facebook. In one of …

java android facebook-android-sdk keytool
keytool error bash: keytool: command not found

I have tried to execute keytool from Java bin directory but I get an error with warning bash: keytool: command …

java tomcat ssl certificate keytool
How do I get into a non-password protected Java keystore or change the password?

I'm trying to import a trusted certificated into the Java cacerts keystore, but I have a problem. I tried to …

java keystore keytool atlassian-fisheye
Change keystore password from no password to a non blank password

I have a jks keystore with no password. When I run the command keytool -list -keystore mykeystore.jks And it …

java ssl openssl keytool
How can i create keystore from an existing certificate (abc.crt) and abc.key files?

I am trying to import a certificate and a key file into the keystore but I'm unable to do that. …

ssl keytool
How to add certificate chain to keystore?

I have file with chain of certificates - certificate.cer: subject=/C... issuer=/C=US/O=VeriSign, Inc... -----BEGIN CERTIFICATE----- ... …

java openssl certificate keystore keytool
How to add subject alernative name to ssl certs?

I'm using openssl to create self-signed certs. I'm getting this error with the certs I generated: javax.net.ssl.SSLHandshakeException: …

ssl ssl-certificate x509certificate keytool