To complete this step, you will need to telnet into your Cobalt RAQ/XTR. Log on
as admin, and type su and press enter. Enter your root password
and then copy the Trustwave intermediates (xroot.crt) to the server. We recommend
putting the intermediates in the /etc/ssl/crt/ folder so that it
will be with your other certificates.
To install the intermediates, you will need to edit your Apache configuration file.
Generally, your configuration file is /etc/httpd/httpd.conf but it
may be different if you have a special configuration. Once you've opened the file
in a text editor, find your virtual host configuration. Add the following line to
your configuration:
SSLCACertificateFile /etc/ssl/crt/xroot.crt
When the installation is complete, your virtual host should have the following lines:
SSLEngine on
SSLCertificateFile <path to your certificate>
SSLCertificateKeyFile <path to your private key>
SSLCACertificateFile /etc/ssl/crt/xroot.crt
|