Re: openssl EC PEM to Java Keystore (JKS)

2013-02-02 Thread redpath
-PEM-to-Java-Keystore-JKS-tp43453p43455.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: openssl EC PEM to Java Keystore (JKS)

2013-02-02 Thread Dongsheng Song
On Sat, Feb 2, 2013 at 10:01 PM, redpath wrote: > > *I get this ERROR* > keytool error: java.security.NoSuchAlgorithmException: SHA1withECDSA > Signature not available It's very clear your jdk does not support SHA1withECDSA, you can use Bouncy Castle Crypto API, or upgrade to Java 7.

openssl EC PEM to Java Keystore (JKS)

2013-02-02 Thread redpath
I would like to use the Java Keystore as the Key and Certificate Management utility. Hey gotta have some management system in place. 1) Create the EC KEYS 2) make x509 3) store in Java keystore openssl ecparam -out ec.pem -name secp224r1 -genkey openssl req -new -key ec.pem -inform pem -x509

Incomplete certificate chain in Java keystore.

2006-11-16 Thread Sanjay Vivek
Hi everyone, I'm working on a Shibboleth (federated identity management system) installation and I need to import a key/certificate pair into a Java keystore. Shibboleth comes with an extkeytool that lets me import this key/certificate pair into a Java keystore as shown below. However

Re: Converting PEM and PKCS8 to JKS (JAVA keystore)

2006-10-09 Thread Emerson Saito
t;: Hi,   I have the below certificates with me   1.Server certificate  : PEM format 2.Private Key in   : PKCS8 format 3.Server Root Certificate in : PEM format   Cannay one tell me How to convert the above into Java keystore(JKS) FORMAT.  Is there any tool available for conversion? Does keytool unde

Converting PEM and PKCS8 to JKS (JAVA keystore)

2006-10-06 Thread Eshwaramoorthy Babu
Hi,   I have the below certificates with me   1.Server certificate  : PEM format 2.Private Key in   : PKCS8 format 3.Server Root Certificate in : PEM format   Cannay one tell me How to convert the above into Java keystore(JKS) FORMAT.  Is there any tool available for conversion? Does keytool

Importing a pre-existing RSA key/certificate into a Java keystore.

2006-03-22 Thread Sanjay Vivek
Hi everyone, I'm attempting to store my pre-existing RSA key/certificate into a Java keystore using the extkeytool. I got my server certificate signed by the Bossie CA, which is a CA that issues certificates for nothing more then testing purposes. When I run the command ""extkey

Java keystore

2001-11-01 Thread Len
Is there a way to combine and extract both the priv key and cert from a java keystore? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED