diff options
Diffstat (limited to 'p11p-daemon/README.md')
-rw-r--r-- | p11p-daemon/README.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/p11p-daemon/README.md b/p11p-daemon/README.md index 6e725b2..8c7e7b9 100644 --- a/p11p-daemon/README.md +++ b/p11p-daemon/README.md @@ -51,12 +51,20 @@ Compile: $ cd p11p-daemon $ make -## Configure +## Configure p11p-daemon For now, see config/sys.config for how to configure virtual tokens, each with one or more PKCS #11 modules, i.e. shared libraries. -## Run +## Run tests + + $ sudo apt install softhsm2 gnutls-bin libengine-pkcs11-openssl + $ make -C tests + +# Manual testing + + $ make -C p11p-daemon start + To start an Erlang shell running the p11p application: |