Compare commits

..

No commits in common. "018f80e6fe231c626c994e4906861918c1a25aa4" and "0948a8f7acbe9e4c7b164378b46048561973ba73" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
Central configuration for PKCS#11 plugin using software and smartcards.
* https://digisaatio.fi/wiki/P11-kit
* 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,2 +0,0 @@
module: /usr/lib64/libcryptoki.so
managed: no