From fab6ab37a74f579337424fd6d83b0aaa3ea7a474 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Fri, 21 Feb 2020 17:48:03 +0530 Subject: Enable HTTPS for CLI portal Issue-ID: CLI-246 Change-Id: I7038c724c595608b1fe1714a3e05029c1c0ed1e7 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/lighttpd/lighttpd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deployment/http') diff --git a/deployment/http/lighttpd/lighttpd.conf b/deployment/http/lighttpd/lighttpd.conf index ce904de5..32baf8af 100644 --- a/deployment/http/lighttpd/lighttpd.conf +++ b/deployment/http/lighttpd/lighttpd.conf @@ -16,6 +16,8 @@ server.document-root = "/var/www-data/servers/open-cli/" server.username = "www-data" server.groupname = "www-data" server.port = 80 +ssl.engine = "enable" +ssl.pemfile = "/etc/lighttpd/ocomp.pem" mimetype.assign = ( ".html" => "text/html", @@ -47,4 +49,4 @@ server.pid-file = "/var/run/lighttpd.pid" ## Use ipv6 if available #include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port #include_shell "/usr/share/lighttpd/create-mime.assign.pl" -#include_shell "/usr/share/lighttpd/include-conf-enabled.pl" \ No newline at end of file +#include_shell "/usr/share/lighttpd/include-conf-enabled.pl" -- cgit 1.2.3-korg