From owner-freebsd-doc@freebsd.org Sun Oct 25 17:50:06 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C09558B9C for ; Sun, 25 Oct 2015 17:50:06 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-8.mit.edu (dmz-mailsec-scanner-8.mit.edu [18.7.68.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 665C01C00 for ; Sun, 25 Oct 2015 17:50:06 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 12074425-f79816d000004571-94-562d1518f23e Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-8.mit.edu (Symantec Messaging Gateway) with SMTP id 66.31.17777.8151D265; Sun, 25 Oct 2015 13:44:56 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id t9PHitZb016678; Sun, 25 Oct 2015 13:44:56 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id t9PHiqJR009243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Oct 2015 13:44:55 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id t9PHiptf013761; Sun, 25 Oct 2015 13:44:51 -0400 (EDT) Date: Sun, 25 Oct 2015 13:44:51 -0400 (EDT) From: Benjamin Kaduk X-X-Sender: kaduk@multics.mit.edu To: Kurt Lidl cc: freebsd-doc@FreeBSD.org Subject: Re: https://www.freebsd.org/doc/en/articles/committers-guide/pgpke ys.html In-Reply-To: <56292ABE.10509@pix.net> Message-ID: References: <56292ABE.10509@pix.net> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpmleLIzCtJLcpLzFFi42IR4hTV1pUQ1Q0zuLNT1OLUmS5Wi+8Tp7I4 MHnM+DSfxePnFeYApigum5TUnMyy1CJ9uwSujJnLjrIWHGGpeL3hFmMD43HmLkZODgkBE4kL k3ugbDGJC/fWs4HYQgKLmSTWfpOHsDcySszuqexi5AKyDzFJ3H60hxnCaWCUeNO7jhWkikVA W+Lmv5eMIDabgJrE+hXXoKYqSmw+NQnMFhGQkeietg7MZhaQlnix+RHYNmGBUInvKyeygNic AqoSbzd2g83kFXCUWDjpPQvEFSoSq65tA7NFBXQkVu+fwgJRIyhxcuYTFoiZWhLLp29jmcAo NAtJahaS1AJGplWMsim5Vbq5iZk5xanJusXJiXl5qUW6Fnq5mSV6qSmlmxhB4cvuorqDccIh pUOMAhyMSjy8L3h0w4RYE8uKK3MPMUpyMCmJ8k75rRMmxJeUn1KZkVicEV9UmpNafIhRgoNZ SYTXYTdQjjclsbIqtSgfJiXNwaIkzrvpB1+IkEB6YklqdmpqQWoRTFaGg0NJgve2MNAewaLU 9NSKtMycEoQ0EwcnyHAeoOGnQWp4iwsSc4sz0yHypxh1ORb8uL2WSYglLz8vVUqcdzpIkQBI UUZpHtwccNrZzaT6ilEc6C1hXleQKh5gyoKb9ApoCRPQkvxnmiBLShIRUlINjDavnpy9Ub7w 9bao75/PVpfvnZfM1b7Hc2Ucb5+P2CJTsYrnidO/Fy2s6Z/ccE/Dv/l4aI16gaDuvD/TPkT2 3q73DTK8KTRJMjOt52K4NY/3uivTvEy0pvyLVXp2Xeeo8A15De0nj3jb9155rLl/0uz8qdw/ Js/dyzi3Yl8EA/M9XpM9C4w0piuxFGckGmoxFxUnAgAPhUarFgMAAA== X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 17:50:06 -0000 On Thu, 22 Oct 2015, Kurt Lidl wrote: > Greetings, > > In this document, it suggests running "gpg --gen-key". > > As of today's version of gnupgp: > > lidl@hydra-129: gpg --version > gpg (GnuPG) 2.1.8 > libgcrypt 1.6.3 > > The dialog that is presented doesn't give the option for > specifying keylength, expiration date, etc. > > To get the dialog that is shown in the web page, you must > issue: "gpg --full-gen-key" Thanks for the repor; I updated the document to use --full-gen-key so as to be consistent with the following transcript, in r47661. -Ben