From 1cb9320ec13a711c9b636f0d6750fdb37600a997 Mon Sep 17 00:00:00 2001 From: Yuci Gou <yuci.gou@gmail.com> Date: Mon, 18 Mar 2019 11:43:22 +0000 Subject: [PATCH] Update readme about HTTPS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1053bc507..72e8c03aa 100755 --- a/README.md +++ b/README.md @@ -116,6 +116,12 @@ yarn server Please see [README_MINIO](https://gitlab.coko.foundation/xpub/xpub-epmc/blob/dev/README_MINIO.md) for instructions on setting up and running the Minio instance for file storage. +## HTTPS + +We have enabled HTTPS for the application. In order to get it to work, you need to copy the SSL certificate and its private key to directory config/certs, namely, plus.europepmc.org.crt and plus.europepmc.org.key + +Now run `yarn start`, and you can access the application at https://your-domain + ## Continuous Integration CI requires a Kubernetes cluster, resources for which can be found in [`pubsweet/infra`](https://gitlab.coko.foundation/pubsweet/infra). -- GitLab