From 018f80e6fe231c626c994e4906861918c1a25aa4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 10 Feb 2022 17:40:40 +0200 Subject: [PATCH] etc/pkcs11/modules: correct libcryptoki & README --- etc/pkcs11/modules/README.md | 11 +++++++++++ etc/pkcs11/modules/libcryptoki.module | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/etc/pkcs11/modules/README.md b/etc/pkcs11/modules/README.md index a270aacd..af92a224 100644 --- a/etc/pkcs11/modules/README.md +++ b/etc/pkcs11/modules/README.md @@ -2,3 +2,14 @@ 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`. diff --git a/etc/pkcs11/modules/libcryptoki.module b/etc/pkcs11/modules/libcryptoki.module index 9bc5fdb8..10656447 100644 --- a/etc/pkcs11/modules/libcryptoki.module +++ b/etc/pkcs11/modules/libcryptoki.module @@ -1 +1,2 @@ -module: libcryptoki.so +module: /usr/lib64/libcryptoki.so +managed: no