mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-14 06:05:13 +02:00
add opensc config to force openpgp in yubikey
This commit is contained in:
1
.config/environment.d/99-opensc.conf
Normal file
1
.config/environment.d/99-opensc.conf
Normal file
@@ -0,0 +1 @@
|
||||
OPENSC_CONF=${HOME}/.config/opensc/config
|
||||
13
.config/opensc/config
Normal file
13
.config/opensc/config
Normal file
@@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user