summary refs log tree commit diff stats
path: root/gnupg/.gnupg
diff options
context:
space:
mode:
authorAlan Pearce2019-06-30 12:44:43 +0200
committerAlan Pearce2019-06-30 12:44:43 +0200
commit90a2369bda90ba0e0776fa09bf3c6f58a4b47853 (patch)
tree3f66e422e110e7e800f3cf48fbec9fd3fe323891 /gnupg/.gnupg
parent8b52429ea3e4b30fc36317cb482775ff7b4974db (diff)
downloaddotfiles-90a2369bda90ba0e0776fa09bf3c6f58a4b47853.tar.lz
dotfiles-90a2369bda90ba0e0776fa09bf3c6f58a4b47853.tar.zst
dotfiles-90a2369bda90ba0e0776fa09bf3c6f58a4b47853.zip
Add Trezor-based GnuPG configuration
Diffstat (limited to 'gnupg/.gnupg')
-rw-r--r--gnupg/.gnupg/trezor/dirmngr.conf1
-rw-r--r--gnupg/.gnupg/trezor/gpg.conf4
2 files changed, 5 insertions, 0 deletions
diff --git a/gnupg/.gnupg/trezor/dirmngr.conf b/gnupg/.gnupg/trezor/dirmngr.conf
new file mode 100644
index 0000000..17612d4
--- /dev/null
+++ b/gnupg/.gnupg/trezor/dirmngr.conf
@@ -0,0 +1 @@
+keyserver hkps://keys.openpgp.org
\ No newline at end of file
diff --git a/gnupg/.gnupg/trezor/gpg.conf b/gnupg/.gnupg/trezor/gpg.conf
new file mode 100644
index 0000000..fd2cdb0
--- /dev/null
+++ b/gnupg/.gnupg/trezor/gpg.conf
@@ -0,0 +1,4 @@
+# Hardware-based GPG configuration
+agent-program /Users/alan/.gnupg/trezor/run-agent.sh
+personal-digest-preferences SHA512
+default-key "Alan Pearce <alan@alanpearce.eu>"