Common Errors by Keystores (en)
Alison Desktop
AD (+3.3.2)
DigiCert Desktop Client
DDC (+3.3.2)
Actualizado: Mar-2022
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.