Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
=Step 2 - Install ssl module=  * Type the following command **<code>yum -y install mod_ssl</code>   =Step 3 - Create Certificate=  * Go to your config file for apache, **<code>cd /etc/httpd/conf/</code> * create a key and a self-signed certificate**<code>openssl genrsa -out filename.key 1024</code> **<code>openssl req -new -key filename.key -x509 -days 1000 -out filename.crt</code>  =Step 4 - Edit httpd config files=
=Step 3 5 - Edit Joomla config files=
=step 4 6 - Restart httpd service=
42

edits