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]> 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] *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 >