On Sep 15, 2010, at 9:51 AM, Lutz Jaenicke wrote: > Forwarded to openssl-users for public discussion. > > Best regards, > Lutz > > ----- Forwarded message from Sujatha S <sujatha.subb...@gmail.com> ----- > > DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; > d=gmail.com; s=gamma; > h=domainkey-signature:mime-version:received:received:date:message-id > :subject:from:to:content-type; > bh=/vXERMmOu9R0vvBLwXJ+tkwAWtdwLee6xFcJ3ev6rB8=; > b=mApb3QoSr7nvOJJHMS+/cLSZRbDT4IydKwN45n4YoVT7I3htzJYKHgkf00BZKD7Aqr > HeKpg9EUsMEiLdvfNLI8y8TabXXz/4iKMu6PaRF+SpwBAT/vwN1GTJ7NkrFvrNhG4oZL > rBTRM5AM2ajcTvstyHkqfnHxs7PP371j8xKco= > DomainKey-Signature: a=rsa-sha1; c=nofws; > d=gmail.com; s=gamma; > h=mime-version:date:message-id:subject:from:to:content-type; > b=Bba+6hsTfBGIl8MkpcYwjXbQE8WC+pGKk8H6RReycMMaw3/u4VBK1rZOfbXD2dKENY > Bq2iA74YXiW/C3PtNQixde4KV32d9LIDVU9xxmyvV04sCX2cayKeoxS3i0rYVWCjuPyP > RpfiMxt77WaCLOvVcrzoHS+msmawjwbDuUY4I= > Date: Wed, 15 Sep 2010 18:13:33 +0530 > Subject: help > From: Sujatha S <sujatha.subb...@gmail.com> > To: r...@openssl.org > > Hi, > pls help me resolve the below issues > > if run the following command openssl x509 -noout -text -in ca.crt i'm > getting the below error: > > unable to load certificate > 5880:error:0906D06C:PEM routines:PEM_read_bio:no start > line:.\crypto\pem\pem_lib.c:647:Expecting: TRUSTED CERTIFICATE > error in x509 >
Is ca.crt a PEM-encoded certificate file? Try openssl x509 -inform DER -noout -text -in ca.crt ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org