Changes

From Amahi Wiki
Jump to: navigation, search
16 bytes added ,  17:42, 21 August 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:
{{Text|NameVirtualHost *:443}}
* Open terminal and do (needed by apache to make this work):
4

edits