Skip site navigation (1)Skip section navigation (2)
Date:      22 Jan 2002 13:15:35 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Jun Kuriyama <kuriyama@imgsrc.co.jp>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml
Message-ID:  <xzppu42oa3c.fsf@flood.ping.uio.no>
In-Reply-To: <7melki393n.wl@waterblue.imgsrc.co.jp>
References:  <200201211616.g0LGGFH54977@freefall.freebsd.org> <xzpg04zs9m9.fsf@flood.ping.uio.no> <20020122054120.GT21973@freebsdmall.com> <xzpk7uarb6x.fsf@flood.ping.uio.no> <xzp665ura2y.fsf@flood.ping.uio.no> <xzpy9iqoclq.fsf@flood.ping.uio.no> <7melki393n.wl@waterblue.imgsrc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Jun Kuriyama <kuriyama@imgsrc.co.jp> writes:
> I don't know whether having separated users' key file in repository is
> good idea or not, but it seems this patch is good in concept.

It makes it *much* easier for people to add / update their keys.  To
add your key, you'd check out the handbook and type one of the
following (assuming you have GnuPG installed, and the key you want to
add is in one of your default keyrings):

$ sh addkey.sh kuriyama key_id          # one key
$ sh addkey.sh kuriyama key1_id key2_id # two keys (or as many as you like)
$ sh addkey.sh kuriyama Kuryiama        # all keys with "Kuryiama" in uid
$ sh addkey.sh kuriyama                 # all keys with kuryiama@freebsd.org
$ sh addkey.sh                          # as above, if $(id -nu) is kuryiama

Check the keys addkey.sh lists; if it missed some, or included some
you don't want included, try again with different parameters (the
safest is to just list the exact key IDs for the keys you want to
include).  Then follow the instructions to add your entry to
chapter.sgml, and commit.

To update your key at a later time, just repeat the addkey bit, since
there will already be an entry in chapter.sgml.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzppu42oa3c.fsf>