From e21ac920209799368471e64246792957d555ab46 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 27 Mar 2012 12:50:22 +0300 Subject: [PATCH] gpg.conf: update the key. --- .cat.sh | 2 +- gpg.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cat.sh b/.cat.sh index 930c3011..260034c2 100755 --- a/.cat.sh +++ b/.cat.sh @@ -5,7 +5,7 @@ cat tmux.conf > ~/.tmux.conf cat zshrc > ~/.zshrc #cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much. cat vimrc > ~/.vimrc -#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 3913CB03 # Run gpg once to get configuration file and keyrings. +#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A4271AC5 # Run gpg once to get configuration file and keyrings. #cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids. exec $SHELL diff --git a/gpg.conf b/gpg.conf index 890eae16..afe85051 100644 --- a/gpg.conf +++ b/gpg.conf @@ -20,9 +20,9 @@ # # See the man page for a list of options. -default-key 3913CB03 +default-key A4271AC5 default-recipient-self -encrypt-to 3913CB03 +encrypt-to A4271AC5 charset UTF-8 keyserver hkp://pool.sks-keyservers.net keyserver-options auto-key-retrieve no-include-revoked verbose