Re: How to convert .der file to .pem

2008-10-08 Thread joshi chandran
Is there any way to convert .PEM to pkcs12

Please help me

Thanks Joshi

On Mon, Sep 22, 2008 at 6:10 PM, vinni rathore [EMAIL PROTECTED] wrote:

 Hi,

 Try to use this

 openssl x509 –in input.crt –inform DER –out output.crt –outform PEM

 If u still get the error then tell the exact error u r getting during
 conversion.


 On Mon, Sep 22, 2008 at 5:54 PM, Ajeet kumar.S
 [EMAIL PROTECTED] wrote:
  Hi all;
 Thank you Luciano Quartarone for your help. I tried to convert .der
 file
  to .pem using your given idea but I did not get success.I am using open
 ssl
  command line tool. Any thing more I need to do?
 
  Regards,
 
  --Ajeet  Kumar  Singh
 
 
 
  Sarve Bhavantu Sukhina ,Sarve Santu NiramayaSarve Bhadrani Pashyantu ,
 Maa
  Kaschit Dukha Bhagh Bhavet
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Luciano Quartarone
  Sent: Monday, September 22, 2008 5:14 PM
  To: openssl-users@openssl.org
  Subject: Re: How to convert .der file to .pem
 
  try with:
  openssl x509 -inform DER -in filename -outform PEM -out filename
 
  or look at www.openssl.org
 
  LQ
 
 
  Ajeet kumar.S ha scritto:
  Hi all;
 
  Thanks all of you for your support. I have cert.der file and I want to
  convert it cert.pem file using open ssl. How I can convert it. Please
  Tell me.
 
 
 
  Thank you.
 
  Regards,
 
  --Ajeet  Kumar  Singh
 
 
 
 
 
 
 
 
  __
  OpenSSL Project http://www.openssl.org
  User Support Mailing Listopenssl-users@openssl.org
  Automated List Manager   [EMAIL PROTECTED]
 
 
  __
  OpenSSL Project http://www.openssl.org
  User Support Mailing Listopenssl-users@openssl.org
  Automated List Manager   [EMAIL PROTECTED]
 



 --
 regards,
 Vineeta Kumari
 Software engg
 Mobera Systems
 Chandigarh
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   [EMAIL PROTECTED]




-- 
Regards
Joshi Chandran


Re: How to convert .der file to .pem

2008-10-08 Thread Bernhard Froehlich

joshi chandran schrieb:

Is there any way to convert .PEM to pkcs12


Have a look at http://www.openssl.org/docs/apps/pkcs12.html

PKCS#12 is a bag for multiple things, usually a private key plus one 
or more certificates.


Please help me

Thanks Joshi


Hope it helps
Ted

--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26



smime.p7s
Description: S/MIME Cryptographic Signature


How to convert .der file to .pem

2008-09-22 Thread Ajeet kumar.S
Hi all;

Thanks all of you for your support. I have cert.der file and I want to
convert it cert.pem file using open ssl. How I can convert it. Please Tell
me. 

 

Thank you.

Regards,

--Ajeet  Kumar  Singh

 

 

 

image002.jpg

Re: How to convert .der file to .pem

2008-09-22 Thread Luciano Quartarone

try with:
openssl x509 -inform DER -in filename -outform PEM -out filename

or look at www.openssl.org

LQ


Ajeet kumar.S ha scritto:

Hi all;

Thanks all of you for your support. I have cert.der file and I want to 
convert it cert.pem file using open ssl. How I can convert it. Please 
Tell me.


 


Thank you.

Regards,

--Ajeet  Kumar  Singh

 

 

 



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


Re: How to convert .der file to .pem

2008-09-22 Thread Shivakumar Balur
Hi,

Try out this:
openssl x509 -in cert.der -inform DER -out cert.pem -outform PEM

Regards,
Shivakumar

  - Original Message - 
  From: Ajeet kumar.S 
  To: openssl-users@openssl.org 
  Sent: Monday, September 22, 2008 5:06 PM
  Subject: How to convert .der file to .pem


  Hi all;

  Thanks all of you for your support. I have cert.der file and I want to 
convert it cert.pem file using open ssl. How I can convert it. Please Tell me. 

   

  Thank you.

  Regards,

  --Ajeet  Kumar  Singh

   

   

   
attachment: image002.jpg

RE: How to convert .der file to .pem

2008-09-22 Thread Ajeet kumar.S
Hi all;
Thank you Luciano Quartarone for your help. I tried to convert .der file
to .pem using your given idea but I did not get success.I am using open ssl
command line tool. Any thing more I need to do?

Regards,

--Ajeet  Kumar  Singh

 

Sarve Bhavantu Sukhina ,Sarve Santu NiramayaSarve Bhadrani Pashyantu , Maa
Kaschit Dukha Bhagh Bhavet 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Luciano Quartarone
Sent: Monday, September 22, 2008 5:14 PM
To: openssl-users@openssl.org
Subject: Re: How to convert .der file to .pem

try with:
openssl x509 -inform DER -in filename -outform PEM -out filename

or look at www.openssl.org

LQ


Ajeet kumar.S ha scritto:
 Hi all;
 
 Thanks all of you for your support. I have cert.der file and I want to 
 convert it cert.pem file using open ssl. How I can convert it. Please 
 Tell me.
 
  
 
 Thank you.
 
 Regards,
 
 --Ajeet  Kumar  Singh
 
  
 
  
 
  
 

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


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


RE: How to convert .der file to .pem

2008-09-22 Thread Ajeet kumar.S
Hi All;

   Thanks allot Shiva Kumar.  I tried it. It is working.

 

Thank you.

Regards,

--Ajeet  Kumar  Singh

 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shivakumar Balur
Sent: Monday, September 22, 2008 5:57 PM
To: openssl-users@openssl.org
Subject: Re: How to convert .der file to .pem

 

Hi,

 

Try out this:

openssl x509 -in cert.der -inform DER -out cert.pem -outform
PEM

Regards,

Shivakumar

- Original Message - 

From: Ajeet kumar.S mailto:[EMAIL PROTECTED]  

To: openssl-users@openssl.org 

Sent: Monday, September 22, 2008 5:06 PM

Subject: How to convert .der file to .pem

 

Hi all;

Thanks all of you for your support. I have cert.der file and I want to
convert it cert.pem file using open ssl. How I can convert it. Please Tell
me. 

 

Thank you.

Regards,

--Ajeet  Kumar  Singh

 

 

 

image001.jpgimage002.jpg

Re: How to convert .der file to .pem

2008-09-22 Thread vinni rathore
Hi,

Try to use this

openssl x509 –in input.crt –inform DER –out output.crt –outform PEM

If u still get the error then tell the exact error u r getting during
conversion.


On Mon, Sep 22, 2008 at 5:54 PM, Ajeet kumar.S
[EMAIL PROTECTED] wrote:
 Hi all;
Thank you Luciano Quartarone for your help. I tried to convert .der file
 to .pem using your given idea but I did not get success.I am using open ssl
 command line tool. Any thing more I need to do?

 Regards,

 --Ajeet  Kumar  Singh



 Sarve Bhavantu Sukhina ,Sarve Santu NiramayaSarve Bhadrani Pashyantu , Maa
 Kaschit Dukha Bhagh Bhavet



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Luciano Quartarone
 Sent: Monday, September 22, 2008 5:14 PM
 To: openssl-users@openssl.org
 Subject: Re: How to convert .der file to .pem

 try with:
 openssl x509 -inform DER -in filename -outform PEM -out filename

 or look at www.openssl.org

 LQ


 Ajeet kumar.S ha scritto:
 Hi all;

 Thanks all of you for your support. I have cert.der file and I want to
 convert it cert.pem file using open ssl. How I can convert it. Please
 Tell me.



 Thank you.

 Regards,

 --Ajeet  Kumar  Singh








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


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




-- 
regards,
Vineeta Kumari
Software engg
Mobera Systems
Chandigarh
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]