2019-02-25 14:30:39 +02:00
|
|
|
app default {
|
|
|
|
# debug = 3;
|
|
|
|
# debug_file = opensc-debug.txt;
|
2019-03-25 14:07:33 +02:00
|
|
|
|
2019-03-25 16:58:14 +02:00
|
|
|
# Lenovo USB Smartcard Keyboard pinpad implementation is broken
|
|
|
|
reader_driver pcsc {
|
|
|
|
enable_pinpad = false
|
|
|
|
}
|
|
|
|
|
|
|
|
# Only GnuPG uses Yubikey
|
2019-05-18 17:45:46 +03:00
|
|
|
ignored_readers = "Yubico YubiKey"
|
2019-03-25 14:07:33 +02:00
|
|
|
|
2019-02-25 14:30:39 +02:00
|
|
|
framework pkcs15 {
|
|
|
|
# use_file_caching = true;
|
|
|
|
}
|
2019-03-25 16:58:14 +02:00
|
|
|
|
|
|
|
# Force Yubikey to use openpgp applet
|
2019-02-25 14:30:39 +02:00
|
|
|
card_atr 3B:F8:13:00:00:81:31:FE:15:59:75:62:69:6B:65:79:34:D4 {
|
|
|
|
name = "Yubico Yubikey 4 OTP+CCID";
|
|
|
|
driver = "openpgp";
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|