Tagged Questions
Key and Certificate Management Tool: manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.
21
votes
4answers
12k views
Published Android apk gives error “Package file was not signed correctly”
I recently uploaded my application to the android market however it's refusing to run when downloaded due to the error
Package file was not signed correctly
I first published the packet using ...
12
votes
3answers
13k views
Tomcat Server/Client Self-Signed SSL Certificate
I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their own certificate to the server so I can authenticate them based on a database of ...
11
votes
2answers
10k views
Key hash for Facebook Android SDK
I'm very sorry to be asking you but I can't figure out how to get the Key Hash required to use the Facebook Android SDK. I am very new at this and figured out that i can use keytool with these ...
11
votes
3answers
6k views
telling java to accept self-signed ssl certificate
It looks like a standard question, but I couldn't find clear directions anywhere.
I have java code trying to connect server with probably self-signed (or expired) certificate. It gives something like ...
9
votes
3answers
4k views
How can I get the MD5 fingerprint from Java's keytool, not only SHA-1?
As I want to use Google maps in my application, I need the debug certificates' MD5 fingerprint. I tried following.:
(Here I copied the debug.keystore file from C:\Documents and ...
9
votes
6answers
3k views
Problem running my signed, release keystore in Eclipse
I am unable to run my signed, release keystore in Eclipse:
I get the error:
Keystore was tampered with, or password was incorrect
How can I resolve this?
Here is the error:
Here is me ...
5
votes
4answers
5k views
How to convert .pfx file to keystore with private key?
I need to sign Android application (.apk).
I have .pfx file. I converted it to .cer file via Internet Explorer and then converted .cer to .keystore using keytool. Then I've tried to sign .apk with ...
5
votes
2answers
1k views
Keytool set hostname
Good Morning,
I am just attempting to use the java keytool but I cannot figure out how to set the hostname.
This is what is how I am attempting:
hostname[username:/this/is/a/path][640]% keytool ...
5
votes
3answers
1k views
Using a self-signed certificate
I am just trying to get my head around SSL.
I have set up a Jetty server on my localhost, and generated my own certificate using Keytool.
Now when I go to https://localhost:8443/ I get the can't ...
4
votes
3answers
2k views
JDK 7 changes keytool output
I'm using keytool of JDK to generate the Google Maps API key fingerprint. While being rejected for several times, I realized that I've upgraded JDK to 1.7 recently. So I switch my dir to JDK6 (Thank ...
3
votes
2answers
51 views
Android Marketplace: Are the details (name etc) in the keystore user-visible?
When I sign my app for release on the Android Marketplace I create a keystore file using the keytool application following the instructions here ...
3
votes
2answers
3k views
Trust Store vs Key Store - creating with keytool
I understand that the keystore would usually hold private/public keys and the trust store only public keys (and represents the list of trusted parties you intend to communicate with). Well, that's my ...
3
votes
10answers
5k views
How can I find and run the keytool
I am reading an development guide of Facebook Developers at here
Saying that I must use keytool to export the signature for my app such as:
keytool -exportcert -alias
androiddebugkey -keystore
...
3
votes
1answer
362 views
How to verify signature on self signed jar?
I've signed my jar with a key that I generated using keytool. At runtime, how do I verify that the jar hasn't been modified?
The goal is to use the certificate information and verify that each class ...
3
votes
2answers
929 views
Where is the Keytool application?
I need to use mapview control in android and I cant seem to understand how to run keytool.
is it installed with eclipse? I cant seem to find a download link.
Thanks
3
votes
1answer
642 views
keytool and jarsigner tool
I have developed a blackberry application which i have loaded in the BB device.
But as we know, without signing the application with RIM we can't run the application
on the device. Is there any way ...
3
votes
2answers
362 views
Google Map not appearing in my MapActivity
I have created a release keystore using the Eclipse IDE. I signed it using keytool and registered on Google Maps. I plugged in the key but my map doesn't show up.
Maps show up properly when I use the ...
3
votes
1answer
3k views
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: SUN
Your keystore contains 1 entry
mylyn-mantis, Jul 15, ...
3
votes
2answers
590 views
Sign application with several certificates
From the signing documentation at http://developer.android.com/intl/zh-TW/guide/publishing/app-signing.html:
When the system is installing an update to an application, if any of the certificates ...
3
votes
2answers
793 views
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 CA cert). However I just noticed something strange. I am starting my client like this:
...
3
votes
1answer
712 views
Importing a certificate into Jetty
The overall goal here is to have jetty be configured with a client certificate to be able to call a secure SOAP web service.
Does anyone know how to configure Jetty to accept a client certificate ...
2
votes
2answers
105 views
Android certificate issue
If I lost the original certificate.keystore file created with keytool, but have the exact terminal output and all the stuff I entered to make it, is that enough to be able to create a new certificate ...
2
votes
4answers
322 views
How to generate MD5 fingerprint
hi i have to generate signing cartificate fingerprint so my first task is to generate keystore file using command.
C:\Program Files\Java\jdk1.7.0\bin>keytool -genkey -v -keystore ...
2
votes
2answers
374 views
cannot find keytool on a mac
I am trying to find my keytool so that I can make keys to sign my app and to register for the google maps api
I'm beginning to think that I don't actually have it on my machine
If anyone could help ...
2
votes
1answer
251 views
Incorrect AVA Format : BlackBerry WebWorks SDK
I am trying to sign my webworks application in SDK 2.0.4 and following steps from http://docs.blackberry.com/en/developers/deliverables/27280/Configure_signing_for_tablet_applications_1476061_11.jsp.
...
2
votes
4answers
272 views
Importing FirstData certificate into Coldfusion
I've tried to import the certificate from First Data into my ColdFusion 9 setup using the keytool as so:
keytool -importcert -keystore MYCF9Dir\runtime\jre\lib\security\cacerts -trustcacerts -alias ...
2
votes
1answer
114 views
How to utilize keytool programatically?
It seems to me that there are hardly any good tools out there that help webapp deployers secure their environment. I feel like a lot of deployment grief comes in because the admin hasn't been properly ...
2
votes
1answer
593 views
java keystore and password settings
I have the following question on java keystores and keytool.
I assume that a keystore may have more than 1 certificates.
As I have tried, via keytool I can create a keystore, and to access this ...
2
votes
1answer
3k views
keytool -genkey error: Keystore file does not exis
i'm trying to create a new self certified keystore file
the command i use is:
keytool -genkey -selfcert -dname "cn=My Name, ou=Orga unit" -alias selfcertified -keypass somepass -keystore ...
2
votes
1answer
667 views
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 expired."
So I tried to re-generate the keystore hoping this would 'un-expire' it...
...
2
votes
4answers
1k views
Keystore password for Jetty 7.0 SSL configuration
Trying to setup SSL on jetty 7.2.2 using these instructions:
http://docs.codehaus.org/display/JETTY/How+to+configure+SSL
stuck on 3b:
keytool -importkeystore -srckeystore jetty.pkcs12 -srcstoretype ...
2
votes
2answers
424 views
key algorithm in keytool of java
HI,
Im very new to this cryptography field .I have a small doubt regarding key algo and signature algo in using the keytool in generating public-private key pairs .I just wanna know what exactly is ...
2
votes
1answer
475 views
Can I add a new certificate to the keystore without restarting the JVM?
I'd like to import a new certificate into the keystore without restarting a running service. Is that possible?
Alternatively, is it possible to specify a certificate to use that's not in the ...
2
votes
1answer
1k views
Tomcat SSL: No trusted certificate found
I created a certificate using keytool:
keytool -genkey -alias tomcat -keyalg RSA
Exported and imported it into my keystore:
keytool -export -alias tomcat name.crt
keytool -import -file name.crt
...
2
votes
3answers
3k views
Java keytool easy way to add server cert from url/port
I have a server with a self signed certificate, but also requires client side cert authentication. I am having a rough time trying to get the raw CA server cert so I can import it into a keystore. ...
2
votes
2answers
4k views
keytool error: java.lang.Exception: Input not an X.509 certificate
I am trying to import Gmails smtp certificate for use with Jira, but I get this error when importing using Javas keytool.
I used openssl to get the certificate, everything between ----Begin ...
2
votes
1answer
216 views
What should I use for “Distinguished Name” in our Keystore for the Android Market
I'm about to release an application in the Android Market. I need to generate a keystore to sign my application. The docs are a little spares on what I'm support to put into for the -dname param.
...
2
votes
1answer
286 views
Can't sign a dig sig utilizing java / keytool
I have created a certificate basically straight from the keytool example page:
keytool -genkey -dname "cn=Anything, ou=Anything, o=Anything, c=US" -alias business -keypass kpi135 -keystore ...
2
votes
3answers
6k views
Keytool create a trusted self signed certificate
I am trying to use the (java) keytool to create a self signed certificate but when I attempt to use it I get the following exception (see bottom for entire exception).
...<5 more exceptions ...
2
votes
4answers
1k views
Generate certificates, public and private keys with Java
i'm looking for a java library or code to generate certificates, public and private keys
on the fly without to use third party programs (such as openssl).
I think something that is doeing ...
2
votes
2answers
2k views
Generating 128-bit keys with keytool
Is there a way to generate a 128-bit key pair suitable for encryption using Sun's keytool program? It seems that the algorithms available in ...
2
votes
2answers
3k views
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 into using the keytool utility, but it looks like it only handles ...
1
vote
2answers
30 views
Android keystores: Debug/Release key for each app?
I'm getting ready to release an app on the android market and going through the docs for creating debug/release keys. Am I supposed to have a Debug/Release key for each application, or just a general ...
1
vote
1answer
34 views
Java keytool no longer works with algorithm RSA
I thought I would share the workaround I discovered today. It is not possible to create an RSA key in the manner I'm used to anymore....
Steps to reproduce:
Install Java Development Kit ...
1
vote
1answer
71 views
TOMCAT SSL Error: Alias name does not identify a key entry
I am trying to configure Tomcat 6 using SSL with a certificate provided to us (by someone). My SSL experience only spans a few days, but I still have to configure the darn thing.
I was provided a ...
1
vote
2answers
40 views
How to set Usage attribute using keytool
When I look at the X509certificate class in java.security.cert, it has a methods such as getExtendedKeyUsage() and getKeyUsage(). Is there a way to set these values using the keytool?
1
vote
1answer
111 views
Using Client SSL in a Ruby on Rails App
I'm working on an app for a client that requires an SSL connection with an API. I've been provided with three files; a trust root certificate (.cer) file, an intermediate certificate (.cer) file and a ...
1
vote
3answers
138 views
Using keytool to get the MD5 signature of a certificate
I need to get a Google map key for my application and, for this, I need the MD5 signature of my certificate. As seen on the Internet, I use "keytool" to get it :
keytool -list -alias mykey -keystore ...
1
vote
1answer
95 views
Whats the proper keytool command to get facebook app signature on android?
I am trying to use openssl to export the key for my app. I followed the facebook developers guide but I am stuck when it comes to the keytool command.
Facebook has it this way:
keytool -exportcert ...
1
vote
2answers
186 views
Convert CA-signed JKS keystore to PEM
I have a JKS keystore with certicate signed by CA. I need to export it in PEM format in order to use it with nginx. I need to do it in such a way that it includes the whole chain, so that my client ...