diff options
| -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  | 
