diff options
| author | hc <hc@email.ch> | 2024-11-20 12:51:33 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-11-20 12:51:33 +0800 |
| commit | 853b82126baa1e8e408a10f91053c52626ffad29 (patch) | |
| tree | 2fc1de9695810681ba654aab3c2a4867aacc1ac7 /hsm.conf | |
| parent | b1f88b682624e85b4b743343dfaaeed113b69413 (diff) | |
working
Diffstat (limited to 'hsm.conf')
| -rw-r--r-- | hsm.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/hsm.conf b/hsm.conf deleted file mode 100644 index af27cf0..0000000 --- a/hsm.conf +++ /dev/null @@ -1,22 +0,0 @@ -# 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/lib/x86_64-linux-gnu/engines-1.1/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 |
