You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to sign/verify with several token in ubuntu server but OpenSC only recognize 8 of them.
Proposed Resolution
In some part of the system variables may be one that can be changed
Steps to reproduce
I use epass2003 fetitian devices.
Physically i know that there are more than 8 devices connected so i try the command:
pkcs11-tool --module XXXXX --slot 9 -O
Logs
error: PKCS11 function C_OpenSession failed: rv = CKR_SLOT_ID_INVALID (0x3)
Aborting.
The text was updated successfully, but these errors were encountered:
the opensc.conf has a pkcs11 block where you can set max_virtual_slots and slots_per_card.
See man opensc.conf something like this will allow for 16 readers. Note Windows 10 only allows 10 readers.
Problem Description
I have to sign/verify with several token in ubuntu server but OpenSC only recognize 8 of them.
Proposed Resolution
In some part of the system variables may be one that can be changed
Steps to reproduce
I use epass2003 fetitian devices.
Physically i know that there are more than 8 devices connected so i try the command:
pkcs11-tool --module XXXXX --slot 9 -O
Logs
The text was updated successfully, but these errors were encountered: