2022-02-10 15:33:49 +01:00
|
|
|
Central configuration for PKCS#11 plugin using software and smartcards.
|
|
|
|
|
2023-02-21 16:54:39 +01:00
|
|
|
- https://digisaatio.fi/wiki/P11-kit
|
|
|
|
- https://www.systutorials.com/docs/linux/man/5-pkcs11.conf/
|
2022-02-10 16:40:40 +01:00
|
|
|
|
|
|
|
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`.
|