> "Save the certificate in the directory identified by the > SSLCACertificatePath entry (in "httpd.conf")" > > I can't find any reference to SSLCACertificatePath in httpd.conf. Has > anyone been able to figure out how to install this? In that case, you don't have SSL installed correctly on your server. just a part of our httpd.conf.... # Certificate Authority (CA): # Set the CA certificate verification path where to find CA # certificates for client authentication or alternatively one # huge file containing all of them (file must be PEM encoded) # Note: Inside SSLCACertificatePath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. #SSLCACertificatePath /usr/local/apache/etc/ssl.crt #SSLCACertificateFile /usr/local/apache/etc/ssl.crt/ca-bundle.crt > > The certificate seems to work fine in Internet Explorer 5.5, as the > Entrust Root Key is in the browser. But, for older browsers, e.g. > Netscape 4.7, I get warnings, and presumably this Chain certificate > signed by Thawte allows the Entrust key to be recognized properly. > > Any help would be greatly appreciated. > > Sincerely, > > George Kirikos > http://www.kirikos.com > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - buy the things you want at great prices > http://auctions.yahoo.com/ >
