Bundled CA for your certficates

exposed

Verified User
Joined
Jul 22, 2003
Messages
53
If you have a certified certificate from a NON-root class then you need to add the bundle certificate to be added...

If you want to use the certificate for he control panel (direct admin) then you need to do the following:

Create in the httpd.conf a virtual host...like secure.yourhost.com:443 and create a redirect to secure.yourhost.com:2222
Add the SSLCACertificateFile /etc/httpd/conf/ca-bundle/ca_new.txt here also!!

When people going to secure.yourhost.com:443 then the ca-bundle will automatic be read and because the browser will remember this it will not complain when it goes to port 2222...

If you need more info.....let me know...
 
Back
Top