On 05-10-2010 07:01, colombus wrote:

Hi

I am new Cryptography and Open SSl I have file online.crt The spec says it
contains an online certificate which is having a public key , a signature
filed etc. I want extract these details from the file I need to know what
type of file is online.crt Is there any open SSL command to find or verify
it ??

openssl x509 -inform DER -in online.crt -noout -text

OR if the CRT file looks like some text with a lot of ---- at the top:

openssl x509 -inform PEM -in online.crt -noout -text

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

Reply via email to