On 9/18/2011 3:48 PM, ubuntuv wrote:
hi,

I have created root CA(evalRootCertificate.cer) and server
certificate(OdysseyServer.pfx) using 'evalCerts.exe' of Funk software.  For
using evalRootCertificate.cer on linux, I wanted to convert to .pem format,
I issued the command

# openssl x509 -inform der -in evalRootCertificate.cer -out steel.pem
Try

less evalRootCertificate.cer

If it looks like a text file with a lot of dashes on the first line, it is already in PEM format and you will get
the error below.
unable to load certificate
3659:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong
tag:tasn_dec.c:1316:
3659:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1
error:tasn_dec.c:380:Type=X509

Could someone tell me if I my command is wrong.

Thanks in advance.
uv.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to