Top "Keytool" questions

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

Keytool's -storepass vs. -keypass -- Why 2 passwords?

I understand that the -keypass option is for "the password for the key" and that the -storepass option is for "…

android security keytool
Unable to import .p12 certificate to cacerts

While importing .p12 to cacerts I'm facing the following issue. First line says alias already exists and then when I …

java authentication keytool pkcs#12 jks
keytool cannot import certifiate - failed to establish chain from reply

I would really appreciate if someone could shed some light on the following issue. I have read the keytool documentation …

ssl-certificate keytool digital-certificate
Keytool set hostname

I am just attempting to use the java keytool but I cannot figure out how to set the hostname. This …

java web-services https certificate keytool
Android keystore password change

I would like to change the password I use in my keystore for an android app that is already available …

android google-play keytool android-keystore
Enable HTTPS with self-signed certificate in Spring Boot 2.0

I'm following this tutorial to enable HTTPS in Spring Boot 2.0 using a self-signed certificate, just for testing purpose. In summary, …

java spring-boot https keystore keytool
Node child_process.spawn multiple commands

I wan to automate the creation and extracting of keystore. The problem I'm facing is how to join the commands …

node.js keytool spawn
How to extract certificate from .p12 (PFX) file using KEYTOOL commands

I want to extract certificate from a .p12 file. I can't use openssl as it is not allowed in my …

ssl certificate keytool pfx
AndroidDebugKey Keystore was tampered with, or password was incorrect

Whenever I enter in the terminal: keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android It asks …

java android google-maps keystore keytool
Keytool and jarsigner tool

I have developed a blackberry application which I have loaded in the BB device. But as we know, without signing …

java keytool jarsigner