Add missing DH param generation instructions to SSL section
Этот коммит содержится в:
@@ -265,8 +265,8 @@ exit 0
|
|||||||
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
|
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
|
||||||
Email Address []:admin@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 {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|||||||
@@ -165,8 +165,8 @@ enabled=1
|
|||||||
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
|
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
|
||||||
Email Address []:admin@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
|
1. Modify the file at `/etc/nginx/conf.d/mattermost.conf` and add the following lines
|
||||||
*
|
|
||||||
```
|
```
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|||||||
@@ -172,8 +172,8 @@ enabled=1
|
|||||||
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
|
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
|
||||||
Email Address []:admin@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
|
1. Modify the file at `/etc/nginx/conf.d/mattermost.conf` and add the following lines
|
||||||
*
|
|
||||||
```
|
```
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user