Hi,

Please try this...sorry for late response....this is straight forward
thing.....

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

openssl x509 -inform PEM -in cert.pem -text -noout

Regards,

Kiran

 

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kaushal Shriyan
Sent: Tuesday, August 07, 2007 11:14 PM
To: openssl-users@openssl.org
Subject: Re: Verisign Certificate

 

Hi Kiran

Now the verisign has given me the certificate as SSL.der format so can
you please provide me the working example using openssl to convert it
into SSL.pem
format taking my file SSL.der in question

Thanks again 

Sorry for the trouble

Thanks and Regards

Kaushal






On 8/6/07, C K KIRAN-KNTX36 < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Hi,

You should have received the certificate in PEM or DER format. No need
to save the file .txt format.

Do openssl -inform "whichever form PEM or DER" -in <file.(der or pem)>
-noout -text 

This will dump the text form of the certificate.

Regards,

Kiran

 

 

________________________________

From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
] On Behalf Of Kaushal Shriyan
Sent: Monday, August 06, 2007 7:23 PM
To: openssl-users@openssl.org
Subject: Verisign Certificate

 

Hi,

I have received certificate from Verisign in the email. 

I have copied it to a notepad and saved it as abc.txt

I am running the command 

openssl x509 -in abc.txt -out ssl.pem

is this the right command

Thanks and Regards

Kaushal

 

Reply via email to