Changes

From Amahi Wiki
Jump to: navigation, search
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 '''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):
12,424

edits