Hello,

[EMAIL PROTECTED] wrote on 09/24/2008 03:19:20 PM:

> Dear All,
> Thank you Vineeta for your help.
> >hi..
> >you can simply rename the .pem format to .crt. It will work fine..
> As above you mention conversion from  .pem to .der but .PEM format 
having
> only certificate having like given below:
> 
> -----BEGIN CERTIFICATE----- 
> ------------------
> -----------------
> -----------------
> 
> -----END CERTIFICATE-----
> But .der format having some more other information so I thing just 
renaming
> is not correct way.

$ openssl x509 -in crt.pem -text -noout
$ openssl x509 -in crt.pem -outform der -out crt.der
$ openssl x509 -in crt.der -inform der -text -noout

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to