Skip to content

Development: Crypto

Gaute Hope edited this page Aug 14, 2013 · 3 revisions

The test keys used for testing the crypto suite expires after one year, to regenerate:

  1. Set the GNUPGHOME environment variable to: /full/path/test/gnupg_test_home/
  2. Generate receiver keys for email: [email protected] (no password)
  3. Export key
  4. Move keyrings to receiver_*.gpg
  5. Generate sender keys for email: [email protected] (no password)
  6. Import receiver key and 'trust' it.
  7. Update test/gnupg_test_home/gpg.conf with deafult-key to represent the new sender key.

Check PR55 for more information.

Clone this wiki locally