You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/05/01 09:49:17 UTC

cvs commit: httpd-dist KEYS

jerenkrantz    02/05/01 00:49:17

  Modified:    .        KEYS
  Log:
  Remove some outdated info w.r.t. keys and pgp and mention the keyserver so
  that we ensure that our keys are on the keyserver too.
  
  Revision  Changes    Path
  1.27      +2 -2      httpd-dist/KEYS
  
  Index: KEYS
  ===================================================================
  RCS file: /home/cvs/httpd-dist/KEYS,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- KEYS	25 Apr 2002 11:57:36 -0000	1.26
  +++ KEYS	1 May 2002 07:49:17 -0000	1.27
  @@ -3,14 +3,14 @@
   purpose is code signing.
   
   Apache users: pgp < KEYS
  -Apache developers: pgp -kxa <your name> and append it to this file.
   Apache developers: 
  -        pgp -kxa <your name> and append it to this file.
           (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
         or
           (gpg --list-sigs <your name>
                && gpg --armor --export <your name>) >> this file.
   
  +Apache developers: please ensure that your key is also available via the
  +PGP keyservers (such as pgpkeys.mit.edu).
   
   Type Bits/KeyID    Date       User ID
   pub  1024/2719AF35 1995/05/13 Ben Laurie <be...@algroup.co.uk>
  
  
  

Re: cvs commit: httpd-dist KEYS

Posted by Aaron Bannert <aa...@clove.org>.
>   +Apache developers: please ensure that your key is also available via the
>   +PGP keyservers (such as pgpkeys.mit.edu).

That should not be necessary. The KEYS file is in a well known public
location which serves the same purposes for our set of public keys as
the keyserver.

-aaron