From 9d039a6f5e692afd00bcf47155d2c81aa20f0d4a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 13 May 2015 11:58:03 -0400 Subject: stop using encryption keys on machines that don't need it --- gnupg/gpg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnupg') diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 08fdc78..6dcd720 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -80,7 +80,7 @@ require-cross-certification # recipients. In these cases it is better to use the key ID. #group mynames = paige 0x12345678 joe patti -group pass = 0xF0F65B92 0x20BF2901 0x1745F7E2 0xAF442942 0xA6F30AA4 0x293A404E +group pass = 0xAF442942 0xA6F30AA4 0x293A404E # Some old Windows platforms require 8.3 filenames. If your system # can handle long filenames, uncomment this. -- cgit v1.2.3-54-g00ecf