On Wed, Jul 17, 2002 at 09:15:22AM +0200, Axel Keul wrote:
> Dear all,
> 
> Using Apache/modssl/openssl SSL worked fine with test certs. But when I try to add a 
>verisign cert I get the following error and the startup failes.
> 
> -- mod_ssl: Init: Unable to read server certificate from file 
>/opt/apache/conf/ssl.crt/server.crt (OpenSSL library error follows)
> -- OpenSSL: error:0D09F007:asn1 encoding routines:d2i_X509:expecting an asn1 sequence
> 
> As I found several Mails with this problem and tried the following:
> 
> /opt/apache/ssl/bin/openssl pkcs7 -in server.crt -inform DER -print_certs -out 
>certs.pem
> 
Try:

openssl x509 -inform DER <server.crt >server.pem
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to