Quote:
Originally posted by Whitesell
Hi, I'm trying to install a ChainedSSL cert on a Raq 4. Iv'e generated the CSR and installed the server cert, but I still need to install the intermediate certificate.
The instructions on the freessl.com site don't include installation of the intermediate certificate, only the server certificate. Can someone provide the steps to install the intermediate certificate?
thanks!
|
Well... I never installed it on a RaQ but you do need to specify something like the following in an appropriate area in your httpd.conf file:
SSLCACertificateFile /directory/to/intermediate/cert/ca.crt
Then you put your intermediate cert in that "ca.crt" file. Don't forget to restart Apache when you're done.