-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
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.
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
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
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
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
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
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