| The Red Hat Linux Apache Centralized Knowledgebase | ||
|---|---|---|
| Prev | Chapter 7. Problems with Secure Sockets Layer (SSL). | Next |
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
|