-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ykcs11 doesn't install p11-kit module file #92
Comments
I'm not very familiar with p11-kit, if you have such a module config file I'd appreciate the contribution. Do you see anything aside of the config file that would be needed ? One thing that pops to mind is the different shared library suffixes on Linux an MacOS. |
You just need a
It is also possible to symlink |
How do I go about it on Windows (MSYS2)? I have a line
UPDATE for anyone else landing here. One should use absolute Windows path for p11-kit to work and not just unix/cygwin/msys. So for |
When I use OpenSC with my Yubikey PIV, the distribution package of OpenSC installs a
.module
file which ensures thatopensc-pkcs11.so
is loaded into any well-behaved applications automatically.So I can use the PKCS#11 URI '
pkcs11:manufacturer=piv_II;id=%01
' with any application in place of a filename for a cert/key, and expect it to work.That does require that the PKCS#11 module be installed correctly with a p11-kit .module file though...
The text was updated successfully, but these errors were encountered: