I purchased a Verisign cert. How do I install it?

Verisign provides instructions on their site which will only work for the StrongHold product. See http://digitalid.verisign.com/server/help/insSSLeayInstall.htm for more information on the Verisign method for StrongHold. To install a Verisign certificate for SWS is actually quite simple. Here's how it works:

You should save the certificate into a file and give the name and path to that file to the SSLCertificateFile directive. Remember that you need to add the key file in as well (SSLCertificateKeyFile directive).

             
   SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
            
   SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key