diff options
author | Alan Pearce | 2019-10-02 16:55:23 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-02 16:55:23 +0200 |
commit | ec7f1357d16ff2f4aa7430a2940a0b9519018595 (patch) | |
tree | 28f4b022aff0ec38e7891ec677703a074dfd89f8 /user/gnupg | |
parent | 8a65ab00b625139984aeb6c3a1a93f8bc9d3fc85 (diff) | |
parent | a261579a74bc3bf9ec673ef190f1ec4bb625b86b (diff) | |
download | nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.tar.lz nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.tar.zst nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.zip |
Add 'user/' from commit 'a261579a74bc3bf9ec673ef190f1ec4bb625b86b'
git-subtree-dir: user git-subtree-mainline: 8a65ab00b625139984aeb6c3a1a93f8bc9d3fc85 git-subtree-split: a261579a74bc3bf9ec673ef190f1ec4bb625b86b
Diffstat (limited to 'user/gnupg')
-rw-r--r-- | user/gnupg/.gnupg/dirmngr.conf | 3 | ||||
-rw-r--r-- | user/gnupg/.gnupg/gpa.conf | 2 | ||||
-rw-r--r-- | user/gnupg/.gnupg/gpg-agent.conf | 3 | ||||
-rw-r--r-- | user/gnupg/.gnupg/gpg.conf | 83 | ||||
-rw-r--r-- | user/gnupg/.gnupg/trezor/dirmngr.conf | 1 | ||||
-rw-r--r-- | user/gnupg/.gnupg/trezor/gpg.conf | 4 |
6 files changed, 96 insertions, 0 deletions
diff --git a/user/gnupg/.gnupg/dirmngr.conf b/user/gnupg/.gnupg/dirmngr.conf new file mode 100644 index 00000000..f69421d7 --- /dev/null +++ b/user/gnupg/.gnupg/dirmngr.conf @@ -0,0 +1,3 @@ +keyserver hkps://keys.openpgp.org +# keyserver hkp://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion +# use-tor diff --git a/user/gnupg/.gnupg/gpa.conf b/user/gnupg/.gnupg/gpa.conf new file mode 100644 index 00000000..2e33e80b --- /dev/null +++ b/user/gnupg/.gnupg/gpa.conf @@ -0,0 +1,2 @@ +default-key 5FA779613E2AB0EEFC6DD3056A56F2A314E23293 +detailed-view diff --git a/user/gnupg/.gnupg/gpg-agent.conf b/user/gnupg/.gnupg/gpg-agent.conf new file mode 100644 index 00000000..52eb1dca --- /dev/null +++ b/user/gnupg/.gnupg/gpg-agent.conf @@ -0,0 +1,3 @@ +enable-ssh-support +default-cache-ttl 600 +max-cache-ttl 7200 diff --git a/user/gnupg/.gnupg/gpg.conf b/user/gnupg/.gnupg/gpg.conf new file mode 100644 index 00000000..61df93cf --- /dev/null +++ b/user/gnupg/.gnupg/gpg.conf @@ -0,0 +1,83 @@ +# +# This is an implementation of the Riseup OpenPGP Best Practices +# https://help.riseup.net/en/security/message-security/openpgp/best-practices +# + +#----------------------------- +# default key +#----------------------------- + +# The default key to sign with. If this option is not used, the default key is +# the first key found in the secret keyring + +# default-key + +#----------------------------- +# behavior +#----------------------------- + +# Disable inclusion of the version string in ASCII armored output +no-emit-version + +# Disable comment string in clear text signatures and ASCII armored messages +no-comments + +# Display long key IDs +keyid-format 0xlong + +# List all keys (or the specified ones) along with their fingerprints +with-fingerprint + +# Display the calculated validity of user IDs during key listings +list-options show-uid-validity +verify-options show-uid-validity + +# Try to use the GnuPG-Agent. With this option, GnuPG first tries to connect to +# the agent before it asks for a passphrase. +use-agent + +#----------------------------- +# keyserver +#----------------------------- + +# This is the server that --recv-keys, --send-keys, and --search-keys will +# communicate with to receive keys from, send keys to, and search for keys on +keyserver hkps://keys.openpgp.org + +# Provide a certificate store to override the system default +# Get this from https://sks-keyservers.net/sks-keyservers.netCA.pem +# keyserver-options ca-cert-file=.gnupg/sks-keyservers.netCA.pem + +# Set the proxy to use for HTTP and HKP keyservers - default to the standard +# local Tor socks proxy +# It is encouraged to use Tor for improved anonymity. Preferrably use either a +# dedicated SOCKSPort for GnuPG and/or enable IsolateDestPort and +# IsolateDestAddr +# keyserver-options http-proxy=socks5-hostname://127.0.0.1:9050 + +# When using --refresh-keys, if the key in question has a preferred keyserver +# URL, then disable use of that preferred keyserver to refresh the key from +keyserver-options no-honor-keyserver-url +# When searching for a key with --search-keys, include keys that are marked on +# the keyserver as revoked +keyserver-options include-revoked + + +#----------------------------- +# algorithm and ciphers +#----------------------------- + +# list of personal digest preferences. When multiple digests are supported by +# all recipients, choose the strongest one +personal-cipher-preferences AES256 AES192 AES CAST5 + +# list of personal digest preferences. When multiple ciphers are supported by +# all recipients, choose the strongest one +personal-digest-preferences SHA512 SHA384 SHA256 SHA224 + +# message digest algorithm used when signing a key +cert-digest-algo SHA512 + +# This preference list is used for new keys and becomes the default for +# "setpref" in the edit menu +default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed \ No newline at end of file diff --git a/user/gnupg/.gnupg/trezor/dirmngr.conf b/user/gnupg/.gnupg/trezor/dirmngr.conf new file mode 100644 index 00000000..17612d46 --- /dev/null +++ b/user/gnupg/.gnupg/trezor/dirmngr.conf @@ -0,0 +1 @@ +keyserver hkps://keys.openpgp.org \ No newline at end of file diff --git a/user/gnupg/.gnupg/trezor/gpg.conf b/user/gnupg/.gnupg/trezor/gpg.conf new file mode 100644 index 00000000..fd2cdb0f --- /dev/null +++ b/user/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>" |