You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2014/02/17 10:23:54 UTC

[Couchdb Wiki] Trivial Update of "Committer_First_Steps" by NickNorth

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Committer_First_Steps" page has been changed by NickNorth:
https://wiki.apache.org/couchdb/Committer_First_Steps?action=diff&rev1=12&rev2=13

  
  === Create a keypair ===
  
- It should be a RSA key with at minimum 4096 bits
+ It should be a RSA key with at minimum 4096 bits, avoiding SHA-1. See https://www.apache.org/dev/openpgp.html#sha1 for instructions on the latter.
  
  {{{
  gpg2 --gen-key
@@ -89, +89 @@

  -----END PGP PUBLIC KEY BLOCK-----
  }}}
  
- === Upload your puplic key to the MIT pgp-key-server ===
+ === Upload your public key to the MIT pgp-key-server ===
  
  There are many public key servers available. The one preferred by the ASF is: http://pgp.mit.edu
  Simply paste your public key there and submit the form. When done so, search for your name and find your key.