diff options
-rw-r--r-- | src/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile b/src/tests/Makefile index 6170730..5080813 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -32,7 +32,7 @@ testkey.pem: testsig.local.pem: testkey.pem echo $(TEXT) | openssl dgst -sha256 -sign testkey.pem -out $@ -testsig.hsm.pem: softhsm-token-setup testkey.pem openssl.cnf +testsig.hsm.pem: softhsm-token-setup openssl.cnf ( \ OPENSSL_CONF=./openssl.cnf; \ tokenurl=$$(p11tool --login --provider=/usr/lib/softhsm/libsofthsm2.so --list-token-urls); \ |