gpg.conf: update the key.

This commit is contained in:
Mika Suomalainen 2012-03-27 12:50:22 +03:00
parent 13e4ef8060
commit e21ac92020
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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