From 6badac60b16cc46c6eb5ac34852aff02e58be8cd Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 16 Sep 2013 18:59:00 -0700 Subject: [PATCH] install-reddit: Add HTTPS to the default install. This is primarily to show how to set up reddit with HTTPS as well as to make it possible to test HTTPS content. The default installation uses the snakeoil cert and is therefore unauthenticated. A properly signed certificate must be used for actual security. --- install-reddit.sh | 54 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/install-reddit.sh b/install-reddit.sh index 4264b9889..c648b73ad 100755 --- a/install-reddit.sh +++ b/install-reddit.sh @@ -158,6 +158,7 @@ postgresql-client rabbitmq-server cassandra haproxy +stunnel PACKAGES ############################################################################### @@ -328,13 +329,20 @@ cat > /etc/haproxy/haproxy.cfg < /etc/stunnel/stunnel.conf <