Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
README: fix incorrect SSL certifcate paths
Browse files Browse the repository at this point in the history
Reported-by: Alax Villmann <alax@users.noreply.github.com>
  • Loading branch information
Yi EungJun committed Aug 12, 2016
1 parent cac71e6 commit 914b85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 914b85d

Please sign in to comment.