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

learn more… | top users | synonyms

0
votes
0answers
16 views

Keytool.exe and jarsigner.exe issues

I have finished a small game in Java and I want to upload it online. I have an HTML file that loads it properly, as well as the code being fine. However, I can't use the function File file = new ...
0
votes
0answers
23 views

ANT build: [signjar] enter passphrase for keystore:

I have created a project in eclipse and while trying to build the project from command prompt the following is asked: [signjar] jarsigner error: java.lang.RuntimeException: keystore load: ...
0
votes
1answer
53 views

Mule ESB 3.2.x: HTTPS Transport bad_certificate error?

I have a need to use a self-signed (or unsigned) certificate as a certificate for an HTTPS listener for an inbound endpoint to one of my flows. I have tried several methods to generate certificates, ...
0
votes
0answers
21 views

Is my client and server authentication with ssl certificates is secure?

I was wondering if my client and server authentication with ssl certificates is secure. My setup is: client generates keystore ( keytool -genkey -alias client -keyalg RSA -keystore client.ks ) and ...
1
vote
2answers
49 views

Change default .keystore location

How to make JVM search for .keystore file in user specified location instead of deafult location (user's home directory)?
0
votes
0answers
26 views

SDK keytool doesn't save

I have windows 8 64 bit and JDK 1.7 installed. I follow this guide to create a self-signed certificate and generating key pairs. The problem is that: keytool starts and ask me the normal question ...
0
votes
1answer
17 views

Exported certificate contains private information / Implement own trustmanager?

I'm quite new to ssl, but i managed to setup server and client certification on my java application. I generated the keystores and truststore using the keytool. This works quite nicely. Now i'm ...
0
votes
1answer
47 views

Google Maps v1 (Deprecated) lost my release.keystore

I have developed android app using Google Maps v1 which is now deprecated, before v1 got deprecated I had generated maps key using my release.keystore but some how I lost my release.keystore file but ...
0
votes
1answer
34 views

How to make system search for .keystore file in project directory, by default it checks for .keystore file in C:\Users?

I am using ANT to build a war file for my project which uses applets. I have created a keystore file in the project directory, but on build up system checks for the .keystore file in C:\Users, how can ...
0
votes
2answers
33 views

Java - ssl certificate with JAX-WS client

I have imported the self sign certificate from the server using keytool and all work well. Problem is that it works only when the CN name is use "example.corp.org" for the https: url with JAX-WS ...
0
votes
1answer
28 views

Trusting app signatures

I gather that most developers (except perhaps for larger companies) use self-signed certificates to sign their apk. Since this is required for app installation, the ability to sign your app is ...
0
votes
1answer
54 views

keytool erorr bash: keytool: command not found

I have tried to execute keytool from Java bin directory but I get an erorr with warning bash: keytool: command not found. root@xxxxxx]# keytool -genkey -alias mypassword -keyalg RSA bash: keytools: ...
0
votes
3answers
26 views

Android - in which directory is the keytool tool

I am trying to do this command: keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -binary | openssl base64 But I am not sure which directory ...
0
votes
1answer
44 views

How to verify a certificate using Keytool?

I want to a program to verify to create a SSL Sockets using Oracle's SSLSocket class. In my program I want the client to pass its certificate (created using Keytool). The Server should verify the ...
0
votes
1answer
44 views

Storing an X.509 certificate into a keystore using java code

I have an X.509 certificate created using bouncycastle library. How can I store it into a java Keystore? I tried this code KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); // get user ...
1
vote
1answer
127 views

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 try to overwrite it says alias not found. Please help me tackle this issue. ...
1
vote
0answers
93 views

Steps to get Code Signing Certificate

We use certificate to sign ActiveX in our product. Usually client sent me spc and pvk files and password for private key. I used spc and pvk files to generate pfx file and sign ActiveX using this pfx ...
0
votes
1answer
67 views

Keytool unable to chain imported PCKS12 certificate?

I have Mountain Lion Server and an SSL certificate signed by Go Daddy. I have various services using the certificate successfully which is verified using several online SSL checker tools. I have ...
0
votes
2answers
212 views

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 PKCS7 format. I have tried OpenSSL tool to convert PKCS7 format certificate to PEM ...
0
votes
0answers
35 views

Two way SSL and JBoss 4.3 as client ! (Not the classical way)

I already managed to configure my JBoss server to require Client authentication, but I also need to turn the roles the other way round... Explanation : My JBoss application needs to make WS requests ...
0
votes
1answer
142 views

Exporting SSL Certificate in Linux Browser (or Linux Command Line) for Java Certificate Truststore

Background: I am having some trouble consuming a Web Service with ColdFusion 9 (peer not authenticated). First, I'm going to try importing the cert into ColdFusion's underlying Java keystore. If ...
0
votes
1answer
68 views

Convert java keystore to PFX through java programming

I need to support the same functionality of Keytool.exe to convert java keystore to PFX file through programming by using KeyTool class. I cant use command prompt process from my application due to ...
0
votes
0answers
162 views

how to generate a private key certificate using keytool

I am trying to generate a certificate with keytool of java 6 with private key any help? 1. Generate private key, public key and keystore to store the keys. ...
1
vote
1answer
105 views

Java keystore - How do I know which alias contains the certificate and private key?

I apologize if this has been asked a hundred times or could be solved with a simple google search; I'm running on little sleep and it is, of course, a high priority immediate need. My understanding ...
1
vote
1answer
145 views

Facebook Android - Key Hashes validation

I have created key hashes as described here (in the end of step 4):- They tell password is android It is correct for debug.keystore but I have distr.keystore with different password Both passwords ...
0
votes
0answers
23 views

how to check number of connections on tomcat using trueLicense

I need to check number of connected users in my tomcat server. I am using trueLicense for license file generation, install and verifying. I dont know how to restrict number of connections on my ...
0
votes
1answer
52 views

Strategy to put trusted certs into the trust store?

I hav a client certifcate chain like individual cert -> Intermediate cert -> Root cert There are many individual certs, but only 1 intermediate cert and 1 root cert. I am wondering how to put ...
0
votes
0answers
69 views

using eclipse keytool plugin

ok here is my problem... I'm using the jsoup library to open the following website https://qatar.webiso.andrew.cmu.edu this is the code try { Document doc = ...
0
votes
1answer
594 views

Deploying PhoneGap Build App to Google Play Store: Multiple Keys?

I built an app with PhoneGap Build. I signed it with a key and set the validity to 50000 days. PhoneGap seems to build it fine. So I download it and try to upload it to Google Play Store. And I get ...
0
votes
1answer
171 views

keytool can't find alias

I've got a pfx certificate that I need to reference by alias. The problem is that keytool can't find that alias, even though it shows on the list. keytool -list -keystore temp.pfx -storetype pkcs12 ...
2
votes
2answers
493 views

Maps v2 API Key on Android

I went to https://code.google.com/apis/console/ I then did this: keytool -v -list -alias ks_ms_ad -keystore W:\eclipse-android-sign\keystore\exampleproject I converted the output ...
0
votes
1answer
134 views

Having problems with google maps for android

im trying to setup a basic google maps application for android 2.3.3. i tried developing in eclipse, netbeans intelijIDEA just name it... after failing too many times im back to basic. please help me ...
1
vote
1answer
101 views

can't get MD5 fingerprint from keytool command

I need the MD5 fingerprint to generate an API key for google maps. When I run the keytool command, I don't get the MD5 fingerprint. Instead I get the SHA1 fingerprint which is not what I want. ...
0
votes
1answer
39 views

how to get the fingerprint from the keytool command?

I am having trouble getting the keytool command to work. C:\Users\Psiu>$keytool - list - alias androiddebugkey - keystore C:\Users\Psiu\.android\debug.keystore -storepass android -keypass android ...
0
votes
1answer
237 views

Google maps not showing on android in release mode

I am trying to release my app, but having a problem with google maps. The app contains an activity (MapActivity) that displays a map. When running in debug mode, the map works fine. I signed my app in ...
0
votes
2answers
120 views

keytool not working for signing android app

Ok I am trying to follow the steps on google's website on how to prepare an app for putting on their market. My problem is when I am trying to use keytool.... this is beyond frustrating... This is ...
0
votes
0answers
96 views

How do I Import a .pem file?

I have the exact problem reported in Jarsigner: certificate chain not found for My starting point was a .pem file. My sense is that this does have the private key also. I used the following command ...
1
vote
1answer
338 views

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 prompts me for the keystore password, I simply hit 'enter'. Please note that the ...
0
votes
1answer
50 views

Where is the keystore file generated on a Mac? [closed]

As per the instructions given in this site for adding HTTPS support in Tomcat. I have been following the instructions; but once the keystore is generated, I am not able to find it under /Users. Where ...
0
votes
0answers
44 views

Is it possible to get different key hashes executing the same keytool command?

I'm integrating an Android app with Facebook. I got it working last week, two days ago it decided it was enough, and since then I cannot get it working. I have googled it, but I only find tutorials ...
0
votes
1answer
907 views

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 error: java.lang.Exception: Input not an X.509 certificate How can I solve this ...
0
votes
2answers
59 views

Alias <-----> does not exist

this is my first time of trying to sign a map and i get this error from my mac terminal saying alias <----->does not exist am trying to get my MD5 from my mac using the key tool. i have google for ...
0
votes
0answers
24 views

Hash Key REQUIRED

In some step of integrating app with the facebook Need to provide the Hash key. for that facebook developer gives this code to run in CMD -keytool -exportcert -alias androiddebugkey -keystore ...
0
votes
0answers
86 views

not being able to import an alias from python because of \\x00 character

I have some code that tries to insert a p12 into a new keystore and save the alias for later use. I'm using direct calls of "keytool" via command line using subprocess module in Python cmd = ...
0
votes
0answers
67 views

How do I install Intermediate CA for Tomcat?

I am trying to install Verisign's primary and secondary Intermediate CA as described in their knowledge base article. As described in the section for downloading the intermediate CA's I cut and paste ...
0
votes
0answers
122 views

Keytool complaining about X509 certificate even though it is valid

TL;DR: Keytool refuses to import a certificate that has less than 1 day of validity LONG VERSION: I am having an issue with keytool. I am creating a self-signed CA and SUBCA certfificate chain for ...
0
votes
1answer
106 views

Certificate java client https

I have to create a client in java that makes a https connection to a server. I have my certificate that i use with my browser to log into the web site. How can i use the same certificate on my java ...
0
votes
1answer
128 views

how to create a release certificate with java keytool using console in linux?

I have an android aplication and I'm using google maps, I developed this using an debug key, but now I need use an release certificate but I don't know how do this, please help. Thanks
1
vote
0answers
116 views

Generate GOST 34.10-2001 keypair and save it to some keystore

Currently I need to generate a keypair for GOST 34.10-2001 signature algorithm. It was pleasant to discover that bouncy castle provider has supported this algorithm, but I can not generate a keypair ...
0
votes
0answers
52 views

Private Key headers for Encrypted Key

I have a Private Key, where I have encrypted it with a password. I have to store this encrypted private key in PEM format with start and end tags and headers. Below is the code I use it to encrypt the ...

1 2 3 4 5 7