diff options
author | Tharre <tharre3@gmail.com> | 2015-09-11 20:09:41 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | e6d129edba8695ae28514f635001fe67b119d0b5 (patch) | |
tree | baf559a0f92caf54d3b6884ccb9c6550fc4262ba /shell | |
parent | 457114c10daed77471a51b03f1e0eb4b5c6114c6 (diff) | |
download | dotfiles-e6d129edba8695ae28514f635001fe67b119d0b5.tar.gz dotfiles-e6d129edba8695ae28514f635001fe67b119d0b5.tar.xz dotfiles-e6d129edba8695ae28514f635001fe67b119d0b5.zip |
gpg: trust my own key
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_gnupg/.gitignore | 1 | ||||
-rw-r--r-- | shell/_gnupg/gpg.conf | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shell/_gnupg/.gitignore b/shell/_gnupg/.gitignore index e4c06c1..80d294a 100644 --- a/shell/_gnupg/.gitignore +++ b/shell/_gnupg/.gitignore @@ -1,3 +1,4 @@ * !.gitignore !gpg-agent.conf +!gpg.conf diff --git a/shell/_gnupg/gpg.conf b/shell/_gnupg/gpg.conf new file mode 100644 index 0000000..aa048f9 --- /dev/null +++ b/shell/_gnupg/gpg.conf @@ -0,0 +1,2 @@ +# needs long keyID, obtained with gpg --list-key --with-colons +trusted-key 5431BDE2C8F0B2F4 |