I'd like to sign a hash using certificate on USB token. I've found hwcrypto javascript library, which should be able to do that, along with browser extension or installed application. I've istalled all requirements and then created a page calling javascript library.
SCS.sign(handleResponse,request);
Window opens, but unfortunately, no certificate has been found (even if certificate can be seen in browser settings). What might be the problem?