GPG Example

Setting up gpg with babel testing.
Here's what Ben found works:

  1. get into (su, ssh) the testing account on your test host.
  2. gpg --gen-key ; % skip this step if you already use gpg from this account
  3. gpg --list-keys ; % you should see the key you just generated.
  4. cd babel/regression/cronjobs
  5. gpg --import MakeWebCheckKey.asc
  6. gpg --fingerprint ; % in the output should be the following or very like:
pub 1024D/2CB2BD37 2007-01-23
Key fingerprint = 6135 307F 0F9B 569A D2CD 67C2 C4C9? ADCE 2CB2 BD37
uid Babel Nightly Build (Not high security) <components@llnl.gov>
sub 2048g/178AC930 2007-01-23

Created by: baallan last modification: Tuesday 13 of March, 2007 [23:13:06 UTC] by baallan

The original document is available at http://www.cca-forum.org/wiki/tiki-index.php?page=GPG%20Example