mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-23 17:11:08 +01:00
gpg.conf: update the key.
This commit is contained in:
parent
13e4ef8060
commit
e21ac92020
2
.cat.sh
2
.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
|
||||
|
||||
|
4
gpg.conf
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user