Add cards and default key
This commit is contained in:
parent
6b0a2872e6
commit
86f523d15d
2 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
default-cache-ttl 3600
|
||||
max-cache-ttl 3600
|
||||
enable-ssh-support
|
||||
disable-scdaemon
|
||||
#disable-scdaemon
|
||||
pinentry-program /usr/local/bin/pinentry-mac
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# The default key to sign with. If this option is not used, the default key is
|
||||
# the first key found in the secret keyring
|
||||
#default-key 0xD8692123C4065DEA5E0F3AB5249B39D24F25E3B6
|
||||
default-key 0x6B147327595D299854FED9D51CED67750173FC1C
|
||||
|
||||
|
||||
#-----------------------------
|
||||
|
|
@ -39,6 +39,11 @@ with-fingerprint
|
|||
list-options show-uid-validity
|
||||
verify-options show-uid-validity
|
||||
|
||||
# This is taken over by dirmngr, but needed here for send keys
|
||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
||||
keyserver-options no-honor-keyserver-url
|
||||
keyserver-options include-revoked
|
||||
|
||||
#-----------------------------
|
||||
# algorithm and ciphers
|
||||
#-----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue