diff options
Diffstat (limited to 'private_dot_gnupg')
-rw-r--r-- | private_dot_gnupg/gpg-agent.conf.tmpl | 1 | ||||
-rw-r--r-- | private_dot_gnupg/gpg.conf | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/private_dot_gnupg/gpg-agent.conf.tmpl b/private_dot_gnupg/gpg-agent.conf.tmpl new file mode 100644 index 0000000..b3f2b8e --- /dev/null +++ b/private_dot_gnupg/gpg-agent.conf.tmpl @@ -0,0 +1 @@ +pinentry-program {{ .pinentry }} diff --git a/private_dot_gnupg/gpg.conf b/private_dot_gnupg/gpg.conf new file mode 100644 index 0000000..04498ed --- /dev/null +++ b/private_dot_gnupg/gpg.conf @@ -0,0 +1,7 @@ +keyserver hkp://keys.gnupg.net +use-agent +default-key 8F7BF8FC4A11C97A +personal-digest-preferences SHA512 +cert-digest-algo SHA512 +default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB ZIP Uncompressed +hidden-encrypt-to 8F7BF8FC4A11C97A |