test:key: add a subkey to the testing key.
authorW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 15:20:36 +0000 (11:20 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 16:28:39 +0000 (12:28 -0400)
commit236cc6d2ede3fb9f6b55695115d4246a69489e02
tree26a7436e021ac4e11a2967138e54626668177ad1
parentfe515d033e81077800c138930ae74ffc287abee9
test:key: add a subkey to the testing key.

I updated `key.conf` to generate the appropriate key type, but
rerunning `key.sh` would create a whole new key.  I didn't want to
rewrite the old tests to use a new primary key fingerprint, so I added
a subkey to the old pgp-mime-test key by hand:

  $ gpg --expert --edit-key 4332B6E3
  ...
  gpg> addkey
  Please select what kind of key you want:
  ...
  (8) RSA (set your own capabilities)
  Your selection? 8
  ...
  Current allowed actions: Sign Encrypt
  ...
     (Q) Finished

  Your selection? Q
  What keysize do you want? (2048)
  Requested keysize is 2048 bits
  ...
  Key is valid for? (0) 0
  Is this correct? (y/N) y
  Really create? (y/N) y
  gpg> save
  $ gpg --export --armor -o test/key.txt 4332B6E3
test/key.conf
test/key.txt