diff options
Diffstat (limited to 'misc/fribid/README')
-rw-r--r-- | misc/fribid/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/fribid/README b/misc/fribid/README index 46f58e22da..2510b81c9f 100644 --- a/misc/fribid/README +++ b/misc/fribid/README @@ -3,3 +3,18 @@ identification) with BankID. With free means that the source code is availible for everyone to study, copy and/or improve. FriBID is cross plattform and works on plattforms thats not supported by the official client. + +If you need PKCS#11 smartcard support then you need to use the PKCS11 +variable. + +The options are: +PKCS11=yes +PKCS11=runtime +yes needs opensc installed. +runtime adds runtime support and doesn't need opensc installed it +can be installed later and fribid checks for opensc when started. +Or leave it alone for disabled. + +Optional dependencies: +opensc Adds PKCS#11 smartcard support if your reader is supported +by opensc.
\ No newline at end of file |