Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  14:06, 7 December 2010
no edit summary
* Go to you config file for apache, '''cd /etc/httpd/conf/'''
* Now it is time to create a key and a crt. '''openssl genrsa -out filename.key 1024''' then '''openssl req -new -key filename.key -x509 -days 1000 -out filename.crt''' It will ask you a few questions, just make sure that the '''Comman Common Name''' is the domain name.
* Next open up httpd.conf with you favorite editor and add '''NameVirtualHost *:443''' somewhere in the conf file
* Open terminal and do '''yum -y install mod_ssl''' which is needed by apache to make this work.
12,424

edits