View Single Post
Old 01-14-2012, 08:03 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Hello, use SSL certificates module in ISPmanager on user level, install cerficate and enable in the module or in WWW domain properties (for new ISPmanager 4.4.x).

Check SSL certificate in IE/Chrome, for Firefox you should add RapidSSL CA to Apache configuration file into SSL VirtualHost

SSLCACertificateFile /var/www/httpd-cert/ca.crt

Code:
wget -O /var/www/httpd-cert/ca.crt "https://knowledge.rapidssl.com/library/VERISIGN/ALL_OTHER/RapidSSL%20Intermediate/RapidSSL_CA_bundle.pem" --no-check-certificate

Last edited by slava; 01-14-2012 at 08:27 PM.
slava is offline   Reply With Quote