From a1eb245c4bd4ce5527fcd601c7c553d0e4b74fc5 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 3 Jan 2020 05:35:55 +0100 Subject: generate openssl config files Also, no .pem on sigfile names. --- tests/openssl.direct.cnf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/openssl.direct.cnf (limited to 'tests/openssl.direct.cnf') diff --git a/tests/openssl.direct.cnf b/tests/openssl.direct.cnf deleted file mode 100644 index a1add57..0000000 --- a/tests/openssl.direct.cnf +++ /dev/null @@ -1,11 +0,0 @@ -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 -- cgit v1.1