diff --git a/.config/environment.d/99-opensc.conf b/.config/environment.d/99-opensc.conf new file mode 100644 index 0000000..5c02805 --- /dev/null +++ b/.config/environment.d/99-opensc.conf @@ -0,0 +1 @@ +OPENSC_CONF=${HOME}/.config/opensc/config diff --git a/.config/opensc/config b/.config/opensc/config new file mode 100644 index 0000000..62d1491 --- /dev/null +++ b/.config/opensc/config @@ -0,0 +1,13 @@ +app default { + # debug = 3; + # debug_file = opensc-debug.txt; + framework pkcs15 { + # use_file_caching = true; + } + + 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"; + } + +}