I believe Apache expects PEM encoded X509 certificates. Certificates can be all
grouped into one file, or separated into individual files based on whether you
use the CertificatePath or CertificateFile directives. Refer to the Apache
manual pages for the details.
The PKCS#7 encoded certificate
I'm not an expert in anyway regarding certs or openssl and I'm assuming
you've compiled apache with ssl support and the cert you're talking about
is a server cert, you could probably try to edit your httpd.conf and
httpd-ssl.conf file. The httpd-ssl.conf file is located in conf/extra and
yo