summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-16 11:15:53 +0100
committervarac <varacanero@zeromail.org>2016-02-16 11:15:53 +0100
commitfcc19b55042a4b28423e49b95f60670992ad71d3 (patch)
tree6ba191307d11742e8fa3bbbc5a64a3a19816d86a /README.md
parenta1bd1bf8d55abf30a42a06c92ef9d87c31b525d7 (diff)
added self-signed provider cert doc to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index dccf25f2..48ed132d 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,14 @@ To run the pixelated user agent multi user mode, please run the following:
You will need to change `dev.pixelated-project.org` to the hostname of the leap provider that you will be using.
Once that is done, you can use by browsing to [http://localhost:3333](http://localhost:3333), where you will be prompted for your email username and password.
+## Self-signed provider certs
+
+You might also need to add your LEAP provider ssl certificate to pixelated manually for now, with the following steps:
+
+The easiest way to get this is downloading if from https://your.provider.org/ca.crt.
+Rename the certificate based on your provider domain name like this `your.leapprovider.org.crt` and put it into `services/pixelated/certificates/`.
+
+
## Continuous Integration
All commits to the pixelated user agent code trigger all tests to be run in [snap-ci](https://snap-ci.com/pixelated/pixelated-user-agent/branch/master).