-
Notifications
You must be signed in to change notification settings - Fork 137
OpenSC
Endi S. Dewata edited this page Sep 27, 2023
·
2 revisions
$ dnf install opensc
The configuration is located at /etc/opensc.conf
:
app default { # debug = 3; # debug_file = opensc-debug.txt; framework pkcs15 { use_file_caching = public; } reader_driver pcsc { # The pinpad is disabled by default, # because of many broken readers out there enable_pinpad = false; } } # the pkcs15-init is used for card initialization when the file caching # brings more trouble than use so disable that: app pkcs15-init { framework pkcs15 { use_file_caching = false; } }
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |