# On what socket to listen
PKCS11_DAEMON_SOCKET="tls://[::1]:2345"

# Using what pre-shared key
PKCS11_PROXY_TLS_PSK_FILE="/var/lib/pkcs11-daemon/softhsm2.psk"

# Point this to an existing PKCS#11 library file
PKCS11_LIB=/usr/lib/softhsm/libsofthsm2.so
