diff options
Diffstat (limited to 'etc/authentication/gpg.conf')
-rw-r--r-- | etc/authentication/gpg.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/authentication/gpg.conf b/etc/authentication/gpg.conf new file mode 100644 index 0000000..77b96e1 --- /dev/null +++ b/etc/authentication/gpg.conf @@ -0,0 +1,15 @@ +# Monkeysphere authentication GNUPG home gpg.conf + +# Location of the various Monkeysphere keyrings. +# It is highly recommended that you +# DO NOT MODIFY +# these variables. +primary-keyring /var/lib/monkeysphere/authentication/sphere/pubring.gpg +keyring /var/lib/monkeysphere/authentication/core/pubring.gpg + +# PGP keyserver to use for PGP queries. +keyserver hkp://pool.sks-keyservers.net + +# GPG list options. It is recommended that you have at least +# "show-uid-validity". +list-options show-uid-validity |