From e028e30afdcf3261d56debb0a8f98d370be5cf17 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 14 Apr 2017 15:04:35 -0600 Subject: [PATCH] Added line about SSL certificates --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 49e78ee7d..57ef3712d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,6 +15,11 @@ - 5GB storage (minimum) - [MongoDB](https://www.mongodb.com/) v3.4 or later - [Redis](https://redis.io/) v3.2 or later +- SSL Certificate + - This application assumes that you will be serving this application in a + production environment, and therefore requires that you serve it behind a + webserver with a valid SSL certificate. This is chosen in order to secure + user's sessions. ## Installation From Docker