Top "Keytool" questions

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

openssl fails to produce a pfx with a valid alias

I am trying to generate a pfx file to use as a signing mechanism for some JAR files as per …

openssl certificate keytool pfx jarsigner
Trying to refresh 'expired' keystore

I am trying to re-sign some jars using the ant task 'signjar' however it's telling me "The signer certificate has …

java ant keytool jar-signing
Verify certificate against Java certificate store via CLI

How can I verify an X509 (or DER-formatted) certificate against the Java certificate store via the command line? I've looked …

java certificate verification keystore keytool
java keytool with opensc pkcs#11 provider only works with debug option enabled

I have the latest opensc 0.12.2 running on ubuntu 11.10 with OpenJDK ( java version "1.6.0_22") I can read my smartcard (a Feitian ePass …

java smartcard keytool pkcs#11
How to export public key from .jks file using Keytool?

Right now I'm just trying to change my hostname in WSO2 by following this guide: https://docs.wso2.com/display/…

wso2 keytool
"Wrong version of key store" error. How can I create a version=1 keystore certificate?

I am having trouble using SSL, as I am getting the following error related to my keystore (self-created and self-signed …

android ssl keytool android-keystore
'keytool' is not recognized as an internal or external command

I've created a small Android application using Ionic and I was going to build the signed apk to test the …

java android windows keytool signed-apk
How to create pkcs12 truststore using openssl

I can export a Java truststore (JKS file with only certificates, no private key), using the keytool command to a …

openssl keystore keytool pkcs#12
Answer password to keytool in batch files

i need use keytool and jarsigner to sign a lot o files here in many folders. Each time i start …

java security batch-file applet keytool
Can I modify a private key validity?

I'm a newbie in computer security and I have a basic question whose answer I've not been able to find …

ssl cryptography certificate keytool private-key