etc/pkcs11/modules: correct libcryptoki & README

This commit is contained in:
Aminda Suomalainen 2022-02-10 17:40:40 +02:00
parent 33950a762e
commit 018f80e6fe
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 13 additions and 1 deletions

View File

@ -2,3 +2,14 @@ Central configuration for PKCS#11 plugin using software and smartcards.
* https://digisaatio.fi/wiki/P11-kit * https://digisaatio.fi/wiki/P11-kit
* https://www.systutorials.com/docs/linux/man/5-pkcs11.conf/ * https://www.systutorials.com/docs/linux/man/5-pkcs11.conf/
Remember also [my FINEID notes in the gist/ repo](https://gitea.blesmrt.net/mikaela/gist/src/branch/master/fineid)
## libcryptoki.module
According to the manual (2nd link) the full path shouldn't be required,
but the 1st link disagrees and works for me, so thus `module: /usr/lib64/libcryptoki.so`
instead of `module: libcryptoki.so`.
Additionally the DVV card reader software does the management, so
`managed: no`.

View File

@ -1 +1,2 @@
module: libcryptoki.so module: /usr/lib64/libcryptoki.so
managed: no