author | Volker Birk <vb@pep.foundation> |
Wed, 29 Aug 2018 23:01:09 +0200 | |
branch | sync |
changeset 2907 | 92f22b19b09e |
parent 315 | fb80b70e844d |
permissions | -rw-r--r-- |
1 #!/bin/bash
3 # Use this to generate test msg.asc and signature.asc
5 # Keys pair are :
6 #
7 # pEp Test Alice (test key don't use) <pep.test.alice@pep-project.org>
8 # 6FF00E97
9 #
10 # pEp Test Bob (test key, don't use) <pep.test.bob@pep-project.org>
11 # C9C2EE39
12 #
13 # pEp Test John (test key, don't use) <pep.test.john@pep-project.org>
14 # 70DCF575
16 # msg.asc from msg.c
17 # Bob sends a message to Alice and John
18 gpg -u C9C2EE39 -s -e -r 6FF00E97 -r 70DCF575 --armor msg
20 # signature.asc from t1.txt
21 # Bob signs the message
22 gpg --output signature.asc -u C9C2EE39 -sb --armor t1.txt