summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHjf288 <hjf288@gmail.com>2015-12-29 11:38:24 +0000
committerHjf288 <hjf288@gmail.com>2015-12-29 11:38:24 +0000
commite419d12e231121ff3b75dbfd76e3bc691479d83e (patch)
tree3fa83ba7a9fefedb7553f8aa53459530be51e5ab /doc
parent7b6a6abb4bb58e264a794b752e555d5a79e2f8b6 (diff)
downloadchat-e419d12e231121ff3b75dbfd76e3bc691479d83e.tar.gz
chat-e419d12e231121ff3b75dbfd76e3bc691479d83e.tar.bz2
chat-e419d12e231121ff3b75dbfd76e3bc691479d83e.zip
Add missing DH param generation instructions to SSL section
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Production-Debian.md4
-rw-r--r--doc/install/Production-RHEL6.md2
-rw-r--r--doc/install/Production-RHEL7.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/install/Production-Debian.md b/doc/install/Production-Debian.md
index efabb8c21..e33dd2960 100644
--- a/doc/install/Production-Debian.md
+++ b/doc/install/Production-Debian.md
@@ -265,8 +265,8 @@ exit 0
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
Email Address []:admin@mattermost.example.com
```
-1. Modify the file at `/etc/nginx/sites-available/mattermost` and add the following lines
- *
+1. Run `openssl dhparam -out dhparam.pem 4096` (it will take some time).
+1. Modify the file at `/etc/nginx/sites-available/mattermost` and add the following lines:
```
server {
listen 80;
diff --git a/doc/install/Production-RHEL6.md b/doc/install/Production-RHEL6.md
index fab534cc6..d73295ebc 100644
--- a/doc/install/Production-RHEL6.md
+++ b/doc/install/Production-RHEL6.md
@@ -165,8 +165,8 @@ enabled=1
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
Email Address []:admin@mattermost.example.com
```
+1. Run `openssl dhparam -out dhparam.pem 4096` (it will take some time).
1. Modify the file at `/etc/nginx/conf.d/mattermost.conf` and add the following lines
- *
```
server {
listen 80;
diff --git a/doc/install/Production-RHEL7.md b/doc/install/Production-RHEL7.md
index bddd06e0b..4e003dd46 100644
--- a/doc/install/Production-RHEL7.md
+++ b/doc/install/Production-RHEL7.md
@@ -172,8 +172,8 @@ enabled=1
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
Email Address []:admin@mattermost.example.com
```
+1. Run `openssl dhparam -out dhparam.pem 4096` (it will take some time).
1. Modify the file at `/etc/nginx/conf.d/mattermost.conf` and add the following lines
- *
```
server {
listen 80;