From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 03:20:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B884A1065680 for ; Fri, 15 Aug 2008 03:20:05 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mailout.easydns.com (mailout.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8B09B8FC15 for ; Fri, 15 Aug 2008 03:20:05 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from guardian.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout.easydns.com (Postfix) with ESMTP id 1929448828 for ; Thu, 14 Aug 2008 23:19:40 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by guardian.shadypond.com (Postfix) with ESMTPSA id B8C7DF1E8 for ; Fri, 15 Aug 2008 03:20:03 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 15 Aug 2008 03:19:33 +0000 References: <000f01c8fe82$4bfe26d0$3f83a8c0@neusofteaf5839> In-Reply-To: <000f01c8fe82$4bfe26d0$3f83a8c0@neusofteaf5839> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808150319.34787.lists-fbsd@shadypond.com> Subject: Re: PGP export question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 03:20:05 -0000 On Friday 15 August 2008 02:54:54 EdwardKing wrote: > I use gpg 1.4.9, > $gpg --list-keys > /home/edward/.gnupg/pubring.gpg > > then I want to export pubkey, > $gpg -armor --export keyID > pubkey.asc > gpg:WARNING: nothing exported > > This content of pubkey.asc is empty,why I can't export the pubkey? try 'gpg --export -a keyID > pubkey.asc'