From 914b85dec45a077a9d11270ca88d1e58e0e9a9f9 Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Fri, 12 Aug 2016 10:38:54 +0900 Subject: [PATCH] README: fix incorrect SSL certifcate paths Reported-by: Alax Villmann --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7d62f5..57edf7f 100644 --- a/README.md +++ b/README.md @@ -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