Common Errors by Keystores (en)
Description
Below you can find a list of common problems by keystore type.
Yubico |
|
Download PKCS#11 driver from the official repository:
Releases [OPTINALLY] Install the YubiKey Manager to have a UI interface that allows you to manage your token
Verify keystore configuration
{
"id": "YUBIKEY",
"status": "enabled",
"icon": "TOKEN",
"friendly_name": "Yubico Yubikey",
"capabilities": "SGI",
"filter_mask": -1,
"windows": {
"driver_path_x86": "%PROGRAMFILES86%\\Yubico\\Yubico PIV Tool\\bin\\libykcs11.dll",
"driver_path_x64": "%PROGRAMFILES%\\Yubico\\Yubico PIV Tool\\bin\\libykcs11.dll"
},
"osx": {
"driver_path": "/usr/local/lib/libykcs11.dylib"
},
"linux": {
"driver_path": "/usr/local/lib/libykcs11.so"
}
},Verify that the PATH includes the directory of the installed driver.
Note: if you find that this information contains an error, or is incomplete, please contact soporte@certisur.com
Thank you very much.