forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
Development: Crypto
Gaute Hope edited this page Aug 22, 2014
·
3 revisions
The test keys used for testing the crypto suite expires after one year, to regenerate:
- Set the GNUPGHOME environment variable to: /full/path/test/gnupg_test_home/
- Generate receiver keys for email: [email protected] (no password)
- Export key
- Move keyrings to receiver_*.gpg
- Generate sender keys for email: [email protected] (no password)
- Import receiver key and 'trust' it (trust probably not needed because of trust-model in gpg.conf).
or check the script regen_keys.sh in test/gnupg_test_home/.
Check PR55 for more information.