From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 09:07:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89AF416A4CE for ; Thu, 5 Feb 2004 09:07:24 -0800 (PST) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.24.2.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5739F43D1F for ; Thu, 5 Feb 2004 09:07:23 -0800 (PST) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) i15H7KlK012939 for ; Thu, 5 Feb 2004 12:07:21 -0500 (EST) Message-ID: <40227733.2070802@twcny.rr.com> Date: Thu, 05 Feb 2004 12:02:43 -0500 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: gnupg and multiple keyrings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 17:07:24 -0000 Hi. I've been playing with gnupg trying to get comfortable with it. I've looked at the man pages and I have also read the O'Reilly PGP book. I searched the FreeBSD mailing lists and I didn't find anything. I'm trying to create multiple public key rings because of statements in the PGP book about performance problems with single, large, public key rings. To test, I created a normal public key ring then I tried to create a FreeBSD public key ring using the --keyring FreeBSD option to GPG. No matter what I do, everything seems to end up in the single public key ring. Can someone help me understand this behaviour? TIA...