mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
gnupg: attempt enabling fineid support
Based on https://gist.github.com/pyllyukko/a1ed6baa6b638b805a30b16960399e94
This commit is contained in:
parent
b1c4d99a9c
commit
1f09ad3366
3
gpg/gnupg-pkcs11-scd.conf
Normal file
3
gpg/gnupg-pkcs11-scd.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# FINEID https://gist.github.com/pyllyukko/a1ed6baa6b638b805a30b16960399e94
|
||||
providers p1
|
||||
provider-p1-library /usr/lib64/libcryptoki.so
|
@ -10,3 +10,7 @@ no-grab
|
||||
# want to type my password so often just to see encrypted facebook emails.
|
||||
default-cache-ttl 7200
|
||||
default-cache-ttl-ssh 7200
|
||||
|
||||
# FINEID, Fedora: gnupg-pkcs11-scd
|
||||
# https://gist.github.com/pyllyukko/a1ed6baa6b638b805a30b16960399e94
|
||||
scdaemon-program /usr/bin/gnupg-pkcs11-scd
|
||||
|
Loading…
Reference in New Issue
Block a user