mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
2 Commits
0948a8f7ac
...
018f80e6fe
Author | SHA1 | Date | |
---|---|---|---|
018f80e6fe | |||
33950a762e |
15
etc/pkcs11/modules/README.md
Normal file
15
etc/pkcs11/modules/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
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`.
|
2
etc/pkcs11/modules/libcryptoki.module
Normal file
2
etc/pkcs11/modules/libcryptoki.module
Normal file
@ -0,0 +1,2 @@
|
||||
module: /usr/lib64/libcryptoki.so
|
||||
managed: no
|
Loading…
x
Reference in New Issue
Block a user