Skip to content
Snippets Groups Projects
Commit a358c151 authored by Sietse Ringers's avatar Sietse Ringers
Browse files

docs: add --redis-no-tls flag to Redis section in README.md

parent 681feb67
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ docker run --name redis-test-instance -p 6379:6379 -d redis
You can then start `irma` with the store-type flag set to Redis and the [default configuration file](testdata/configurations/redis.yml).
```
irma server -vv --store-type redis --redis-addr "localhost:6379" --redis-allow-empty-password
irma server -vv --store-type redis --redis-addr "localhost:6379" --redis-allow-empty-password --redis-no-tls
```
<!-- vim: set ts=4 sw=4: -->
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment