From e6d129edba8695ae28514f635001fe67b119d0b5 Mon Sep 17 00:00:00 2001 From: Tharre Date: Fri, 11 Sep 2015 20:09:41 +0200 Subject: gpg: trust my own key --- shell/_gnupg/.gitignore | 1 + shell/_gnupg/gpg.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 shell/_gnupg/gpg.conf 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 -- cgit v1.2.3-70-g09d2