# p11p is a PKCS #11 proxy ## Compile If you don't have rebar3 installed, install it. Example: FIXME If you don't have rebar3 in PATH, add it. Example: $ export PATH=$PATH:~/.cache/rebar3/bin Compile: $ make ## Run To start an Erlang shell running the p11p application: $ make shell A socket file per configured token /run/user/$EUID/p11p/$TOKEN-$PID can now be used by a client. Example during debug phase: $ echo foo | socat - UNIX-CONNECT:/run/user/1000/p11p/vtoken1-23484 ok, thanks: foo