diff options
| author | Linus Nordberg <linus@sunet.se> | 2019-06-19 11:56:42 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@sunet.se> | 2019-06-19 11:56:42 +0200 |
| commit | 46e93c9de955bc8037e9ace9dc73c3d92379d7d6 (patch) | |
| tree | ddc255625c9a517dbdba35bfd4a7776df9e464fb /tests/openssl.direct.cnf | |
| parent | 76a4de886f1d088cb028329d09e73b92e5aaaf6d (diff) | |
move tests directory
Diffstat (limited to 'tests/openssl.direct.cnf')
| -rw-r--r-- | tests/openssl.direct.cnf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/openssl.direct.cnf b/tests/openssl.direct.cnf new file mode 100644 index 0000000..a1add57 --- /dev/null +++ b/tests/openssl.direct.cnf @@ -0,0 +1,11 @@ +openssl_conf = openssl_init + +[openssl_init] +engines=engine_section + +[engine_section] +pkcs11 = pkcs11_section + +[pkcs11_section] +dynamic_path = /usr/lib/x86_64-linux-gnu/engines-1.1/pkcs11.so +MODULE_PATH = /usr/lib/softhsm/libsofthsm2.so |
