diff options
author | William Carroll <wpcarro@gmail.com> | 2018-09-04T19·03-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-09-04T19·03-0400 |
commit | 8b2fadf4776b7ddb4a67b4bc8ff6463770e56028 (patch) | |
tree | 693c202098c1716475c90b3e81f18ff53f241896 | |
parent | 0244474e9fb6a49ec2d3d555e15e644f12479388 (diff) |
Support GPG config
Whitelist GPG in the Stow configuration. Setup keyserver preferences.
l--------- | configs/.gnupg | 1 | ||||
-rw-r--r-- | configs/shared/gpg/.gnupg/gpg.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/.gnupg b/configs/.gnupg new file mode 120000 index 000000000000..fb5aa5263d69 --- /dev/null +++ b/configs/.gnupg @@ -0,0 +1 @@ +shared/gpg/.gnupg \ No newline at end of file diff --git a/configs/shared/gpg/.gnupg/gpg.conf b/configs/shared/gpg/.gnupg/gpg.conf new file mode 100644 index 000000000000..774a454209c9 --- /dev/null +++ b/configs/shared/gpg/.gnupg/gpg.conf @@ -0,0 +1,3 @@ +use-agent + +keyserver hkp://pgp.mit.edu |