Changes

From Amahi Wiki
Jump to: navigation, search
11 bytes removed ,  21:04, 7 August 2014
cp 01-platform.conf 01-platform-ssl.conf</nowiki></pre>}}
You need to modify 01-platform-ssl.conf and replace the line with "<VirtualHost *:80>" to the following lines...
{{Text|
<pre><nowiki><VirtualHost *:443>
SSLEngine on
SSLCertificateFile /etc/httpd/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/ssl.key/server.key</nowiki></pre>
}}
Leave the rest of the file intact as you found it. This way the server utilizes the SSL certificates you created for yourself.
12,424

edits