From c895f898c34ae31d16ce7b3c8a51ce42c94f2f98 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Wed, 14 Dec 2016 08:24:14 -0500 Subject: [PATCH] Update xINSTALL.centos7.txt --- INSTALL/xINSTALL.centos7.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL/xINSTALL.centos7.txt b/INSTALL/xINSTALL.centos7.txt index 0359601ee..cb6912873 100644 --- a/INSTALL/xINSTALL.centos7.txt +++ b/INSTALL/xINSTALL.centos7.txt @@ -190,7 +190,8 @@ systemctl start httpd.service firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --reload -# We seriously recommend using only SSL ! +# We seriously recommend using only HTTPS / SSL ! +# Add SSL support by running: yum install mod_ssl # Check out the apache.misp.ssl file for an example @@ -205,6 +206,7 @@ cp -a config.default.php config.php # Configure the fields in the newly created files: # config.php : baseurl (example: 'baseurl' => 'http://misp',) - don't use "localhost" it causes issues when browsing externally +# config.php : Uncomment and set the timezone: `// date_default_timezone_set('UTC');` # database.php : login, port, password, database # Important! Change the salt key in /var/www/MISP/app/Config/config.php