Changes

From Amahi Wiki
Jump to: navigation, search
32 bytes added ,  01:33, 2 September 2011
no edit summary
{{code|openssl genrsa -out filename.key 1024
openssl req -new -key filename.key -x509 -days 1000 -out filename.crt}}
* Next open up '''/etc/httpd/conf/httpd.conf''' with you favorite editor and add the following to the end(not needed if you implemented :
{{Text|NameVirtualHost *:443}}
* Open terminal and do (needed by apache to make this work):
12,424

edits