Re: Private key decoding

2000-11-27 Thread Prashant Nair


Thanks  a lot for the replies, but , I guess we are missing out a point
here. I need to have the private key decoded into plain text
and not just remove the password phrase.

I realised this because even after trying out the solutions,
it gives me the error : "could not use the key file:"


If I am wrong , please do correct me.

Thanks
Prashant






>From: "Prashant Nair" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Private key decoding
>Date: Tue, 28 Nov 2000 05:28:30 -
>
>
>Thanks Massimiliano, Keep in touch.. bye.
>
>>From: Massimiliano Pala <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: [EMAIL PROTECTED]
>>Subject: Re: Private key decoding
>>Date: Mon, 27 Nov 2000 18:27:11 +0100
>>
>>Prashant Nair wrote:
>> >
>> > Hi ALL,
>> >
>> > I have a private key created by the ssleay cert. cookbook. The
>> > problem is that this key is encrypted , but , to make
>> > the OpenLDAP server TLS enabled , I need to have the
>> > private key in clear text.
>> >
>> > Please guide me to any tool which can do the same.
>>
>>You can simply remove the password by using:
>>
>>  $ openssl rsa -in key.pem -out new-key.pem -passin 
>>
>>this should remove the password. Take a look to the rsa tool
>>anyway to check the options...
>>
>>C'you,
>>
>>  Massimiliano Pala ([EMAIL PROTECTED])
>><< smime.p7s >>
>
>_
>Get more from the Web.  FREE MSN Explorer download : 
>http://explorer.msn.com
>
>__
>OpenSSL Project http://www.openssl.org
>User Support Mailing List[EMAIL PROTECTED]
>Automated List Manager   [EMAIL PROTECTED]

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Private key decoding

2000-11-27 Thread Prashant Nair


Thanks Massimiliano, Keep in touch.. bye.

>From: Massimiliano Pala <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Private key decoding
>Date: Mon, 27 Nov 2000 18:27:11 +0100
>
>Prashant Nair wrote:
> >
> > Hi ALL,
> >
> > I have a private key created by the ssleay cert. cookbook. The
> > problem is that this key is encrypted , but , to make
> > the OpenLDAP server TLS enabled , I need to have the
> > private key in clear text.
> >
> > Please guide me to any tool which can do the same.
>
>You can simply remove the password by using:
>
>   $ openssl rsa -in key.pem -out new-key.pem -passin 
>
>this should remove the password. Take a look to the rsa tool
>anyway to check the options...
>
>C'you,
>
>   Massimiliano Pala ([EMAIL PROTECTED])
><< smime.p7s >>

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Private key decoding

2000-11-27 Thread Massimiliano Pala

Prashant Nair wrote:
> 
> Hi ALL,
> 
> I have a private key created by the ssleay cert. cookbook. The
> problem is that this key is encrypted , but , to make
> the OpenLDAP server TLS enabled , I need to have the
> private key in clear text.
> 
> Please guide me to any tool which can do the same.

You can simply remove the password by using:

$ openssl rsa -in key.pem -out new-key.pem -passin 

this should remove the password. Take a look to the rsa tool
anyway to check the options...

C'you,

Massimiliano Pala ([EMAIL PROTECTED])
 S/MIME Cryptographic Signature


RE: Private key decoding

2000-11-27 Thread Dale Peakall

> I have a private key created by the ssleay cert. cookbook. The
> problem is that this key is encrypted , but , to make
> the OpenLDAP server TLS enabled , I need to have the
> private key in clear text.
> 
> Please guide me to any tool which can do the same.

Please read the FAQ. http://www.openssl.org/faq/

- Dale.

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]