diff options
author | Alan Pearce | 2019-06-30 12:44:43 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-30 12:44:43 +0200 |
commit | 90a2369bda90ba0e0776fa09bf3c6f58a4b47853 (patch) | |
tree | 3f66e422e110e7e800f3cf48fbec9fd3fe323891 /gnupg | |
parent | 8b52429ea3e4b30fc36317cb482775ff7b4974db (diff) | |
download | dotfiles-90a2369bda90ba0e0776fa09bf3c6f58a4b47853.tar.lz dotfiles-90a2369bda90ba0e0776fa09bf3c6f58a4b47853.tar.zst dotfiles-90a2369bda90ba0e0776fa09bf3c6f58a4b47853.zip |
Add Trezor-based GnuPG configuration
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/.gnupg/trezor/dirmngr.conf | 1 | ||||
-rw-r--r-- | gnupg/.gnupg/trezor/gpg.conf | 4 |
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>" |