File: common

package info (click to toggle)
rust-cryptoki 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: sh: 14; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -ex

export SOFTHSM2_CONF=/tmp/softhsm2.conf
export PKCS11_SOFTHSM2_MODULE=/usr/lib/softhsm/libsofthsm2.so

echo directories.tokendir = /tmp > $SOFTHSM2_CONF