From 86f523d15d6f87cded7c552b1fd870c5b617e736 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 20 May 2016 09:00:38 -0700 Subject: [PATCH] Add cards and default key --- .gnupg/gpg-agent.conf | 2 +- .gnupg/gpg.conf | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 700c360..7b5a10e 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -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 diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf index 4da74ec..edc3e73 100644 --- a/.gnupg/gpg.conf +++ b/.gnupg/gpg.conf @@ -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 #-----------------------------