summaryrefslogtreecommitdiff
path: root/config_files/openssl.pkcs11.cnf
blob: 403c7ae99c2cd8ef9faa3293fcaebc9ce05af954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# PKCS11 engine config
openssl_conf = openssl_def

[openssl_def]
engines = engine_section

[req]
distinguished_name = req_distinguished_name

[req_distinguished_name]
# empty.

[engine_section]
pkcs11 = pkcs11_section

[pkcs11_section]
engine_id = pkcs11
dynamic_path = /usr/lib64/engines-3/libpkcs11.so
#MODULE_PATH = /usr/lib/x86_64-linux-gnu/pkcs11/opensc-pkcs11.so  #ubuntu
MODULE_PATH = /usr/lib64/pkcs11/opensc-pkcs11.so  #fedora/rocky
PIN = 648219
init = 0