README: fix incorrect SSL certifcate paths

Reported-by: Alax Villmann <alax@users.noreply.github.com>
This commit is contained in:
Yi EungJun 2016-08-12 10:38:54 +09:00
parent cac71e6c59
commit 914b85dec4

View File

@ -20,8 +20,8 @@ See [README.aws.md](./README.aws.md) if you want to install it on AWS Elastic Be
- MATTERMOST_ENABLE_SSL=true
```
2. Put your SSL certificate as `./volumes/cert/cert.pem` and the private key that has
no password as `./volumes/cert/key-no-password.pem`. If you don't have
2. Put your SSL certificate as `./volumes/web/cert/cert.pem` and the private key that has
no password as `./volumes/web/cert/key-no-password.pem`. If you don't have
them you may generate a self-signed SSL certificate.
3. Build and run mattermost