Claudio Higashi wrote:
> 
> Hi all,
> 
> I'm using Apache 1.3.12 / mod_ssl 2.6.5 / OpenSSL 0.9.5a under Solaris
> 8.
> I sent my Certificate Signing Request (CSR) to a CA (certisign) and
> received my real Certificate (CRT) File to use.
> But before to put it under Apache, I tried to see it's details with the
> openssl command (see below) but it didn't worked with the file I
> receveid.
> 

Probably the certificate is in another form, maybe several certificates
in a PKCS#7 structure. Try:

openssl pkcs7 -in file.crt -print_certs

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to