summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hirsch <t.hirsch@liquidlabs.de>2016-02-18 15:15:58 +0100
committerThomas Hirsch <t.hirsch@liquidlabs.de>2016-02-26 15:09:50 +0100
commit460605c022d151aaad2434b4f6c634fd135f2acb (patch)
tree7ce6f591296aebec4118bb501ff76c1d6b6e2482
parent4f621e67a4ff95913d7c760c298c5c37870e76bf (diff)
included hints to example config files
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09616ac3..4cac3007 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,8 @@ Once that is done, you can use by browsing to [http://localhost:3333](http://loc
## Config file with credentials
-The config file has to be in `ini` format, example:
+The config file has to be in `ini` format, see for example
+`try.alice.ini` or `try.bob.ini` in the root directory, or this one:
*credentials.ini*
```
@@ -140,6 +141,8 @@ leap_password=<your_password>
To use it start the user agent like this:
`$ pixelated-user-agent --host 0.0.0.0 --config credentials.ini`
+You can also include the host in the config file, as shown in the example files given above.
+
## Self-signed provider certs
You might also need to add your LEAP provider ssl certificate to pixelated manually for now, with the following steps: