SSL config in Centos
Hi,
I am in the task of migrating old linux to new linux which centos 5.5. while moving out all apps ,data etc. , I need to configure SSL in apache. I have installed mod_ssl with apache 2.2. i went though some docs to configure with certificate that I have . Not sure how to start the service in 2.2 . The apache/SSL was configured in my old server which apachectl. SO after importing certificatr , I do ./apachectl startssl to take in effect.
In my new server , the http service is /etc/init.d/httpd , not sure how to start SSL service in centos 5.5.
Any help would be highy appreciated.
httpd.x86_64 2.2.3-43.el5.centos.3 installed
httpd-devel.i386 2.2.3-43.el5.centos.3 installed
httpd-devel.x86_64 2.2.3-43.el5.centos.3 installed
httpd-manual.x86_64 2.2.3-43.el5.centos.3 installed
CentOS release 5.5 (Final)
rpm -qa |grep mod_ssl
mod_ssl-2.2.3-43.el5.centos.3
|