diff options
author | Linus Nordberg <linus@sunet.se> | 2020-01-03 05:35:55 +0100 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2020-01-03 05:35:55 +0100 |
commit | a1eb245c4bd4ce5527fcd601c7c553d0e4b74fc5 (patch) | |
tree | eb2fca50f7ae87dc350c7c3b7fd19cd20a126db1 /tests/openssl.p11p.cnf | |
parent | c4cae39157b8aae5320116de9e93261b396227d1 (diff) |
generate openssl config files
Also, no .pem on sigfile names.
Diffstat (limited to 'tests/openssl.p11p.cnf')
-rw-r--r-- | tests/openssl.p11p.cnf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/openssl.p11p.cnf b/tests/openssl.p11p.cnf deleted file mode 100644 index 4037045..0000000 --- a/tests/openssl.p11p.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/local/lib/pkcs11/p11-kit-client.so |