How can i convert p12/pfx to java key store (JKS) format

2005-08-22 Thread Jaleel P.A
Hi, How can i convert p12/pfx to java key store (JKS) format Please let me know. This is bit urgent. thanks Jaleel __ OpenSSL Project http://www.openssl.org User Support Mailing List

How can i convert p12/pfx to java key store (JKS) format

2005-08-22 Thread Jaleel P.A
Hi, How can i convert p12/pfx to java key store (JKS) format Please let me know. This is bit urgent. thanks Jaleel _ Looking for the right job? http://creative.mediaturf.net/creatives/timesjobs/hotmail_TOL.htm Log on to

How to change/remove p12 file password

2005-01-12 Thread Jaleel P.A
Hi, I have a p12 file in which the private key is password protected. I want to remove the private key password. Is there any option in openssl to change/remove the p12's private key password ? Thanks __ OpenSSL Project

RE: how to add 'startdate' parameter in conf file ?

2004-07-28 Thread Jaleel P.A
I was trying for Root CA. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Wednesday, July 28, 2004 6:17 PM To: [EMAIL PROTECTED] Subject: Re: how to add 'startdate' parameter in conf file ? On Mon, Jul 26, 2004, Jaleel

RE: How to avoid Console/user inputs prompts.

2004-05-28 Thread Jaleel P.A
28, 2004 3:15 AM To: [EMAIL PROTECTED] Subject: Re: How to avoid Console/user inputs prompts. On Fri, May 28, 2004, Jaleel P.A wrote: Hi All, I am new to SSL. When I try to generate CA/User certificate using openSSL, I was asked for too many inputs. For CA: openssl req -new -x509

How to avoid Console/user inputs prompts.

2004-05-27 Thread Jaleel P.A
Hi All, I am new to SSL. When I try to generate CA/User certificate using openSSL, I was asked for too many inputs. For CA: openssl req -new -x509 -keyout ./1/ca.pem -out ./2/ca.pem -days 100 For User Certificate : openssl req -new -keyout abc.pem -out abc.pem -days 100 when I