From 0a4bada7c7a916bc333c3a4270fb1b9ed9ed4c4d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 19 Jun 2019 14:23:56 +0200 Subject: add test config --- p11p-daemon/config/sys.config | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'p11p-daemon') diff --git a/p11p-daemon/config/sys.config b/p11p-daemon/config/sys.config index 84c0876..c1fb23e 100644 --- a/p11p-daemon/config/sys.config +++ b/p11p-daemon/config/sys.config @@ -1,7 +1,19 @@ [ {p11p, [ {global, [ - {loglevel, 3}]} + {loglevel, 3}, + {groups, [ + {"vtoken0", + [{modules, [ + {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}, + {"bogusmod_0_1", "/path/to/bogusmod_0_1"} + ]}]}, + {"vtoken1", + [{modules, [ + {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"} + ]}]} + ]} + ]} ]}, {lager, [{handlers, -- cgit v1.1