Mercurial > trustbridge
comparison ui/tests/data/NOTES @ 30:381558ff6f26
Also break the signature with carriage return
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 13 Mar 2014 17:26:33 +0000 |
parents | cbd57d767dfa |
children | 6e7ef7e95031 |
comparison
equal
deleted
inserted
replaced
29:42a27154abaf | 30:381558ff6f26 |
---|---|
8 Intevation-Email-CA-2013 | 8 Intevation-Email-CA-2013 |
9 Intevation-Server-CA-2010 | 9 Intevation-Server-CA-2010 |
10 | 10 |
11 Signature created with: | 11 Signature created with: |
12 | 12 |
13 echo S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid.txt | base64 -w0) > list-valid-signed.txt | 13 echo -e S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid.txt | base64 -w0)\\r > list-valid-signed.txt |
14 cat list-valid.txt >> list-valid-signed.txt | 14 cat list-valid.txt >> list-valid-signed.txt |
15 cp list-valid-signed.txt list-invalid-signed.txt | 15 cp list-valid-signed.txt list-invalid-signed.txt |
16 tail -1 list-valid.txt >> list-invalid-signed.txt | 16 tail -1 list-valid.txt >> list-invalid-signed.txt |
17 | 17 |
18 Random Data generated with: | 18 Random Data generated with: |