Initial GPG config
This commit is contained in:
commit
1e5d49cb2d
3 changed files with 6 additions and 0 deletions
3
.gitignore.d/gpg
Normal file
3
.gitignore.d/gpg
Normal file
|
@ -0,0 +1,3 @@
|
|||
*
|
||||
!/.gnupg/gpg-agent.conf
|
||||
!/.gnupg/gpg.conf
|
2
.gnupg/gpg-agent.conf
Normal file
2
.gnupg/gpg-agent.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
pinentry-program /usr/bin/pinentry-tty
|
||||
allow-emacs-pinentry
|
1
.gnupg/gpg.conf
Normal file
1
.gnupg/gpg.conf
Normal file
|
@ -0,0 +1 @@
|
|||
pinentry-mode loopback
|
Loading…
Reference in a new issue