Mercurial > trustbridge
comparison ui/tests/data/NOTES @ 436:2e662290e3c9
Remove intermediate email ca and replace it by Verwaltung PKI cert
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 22 Apr 2014 10:56:21 +0000 |
parents | d0192a7e63df |
children | 6677d4ecb6fd |
comparison
equal
deleted
inserted
replaced
435:d0192a7e63df | 436:2e662290e3c9 |
---|---|
10 | 10 |
11 Test files created with: | 11 Test files created with: |
12 | 12 |
13 echo -e S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid.txt | base64 -w0)\\r > 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 echo -e S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid-updated.txt | base64 -w0)\\r > list-valid-updated-signed.txt | |
16 cat list-valid-updated.txt >> list-valid-updated-signed.txt | |
15 echo -e S:$(openssl dgst -sha256 -sign testkey-other.pem < list-valid.txt | base64 -w0)\\r > list-valid-other-signature.txt | 17 echo -e S:$(openssl dgst -sha256 -sign testkey-other.pem < list-valid.txt | base64 -w0)\\r > list-valid-other-signature.txt |
16 cat list-valid.txt >> list-valid-other-signature.txt | 18 cat list-valid.txt >> list-valid-other-signature.txt |
17 echo -e S:$(openssl dgst -sha1 -sign testkey-other.pem < list-valid.txt | base64 -w0)\\r > list-valid-sha1-signature.txt | 19 echo -e S:$(openssl dgst -sha1 -sign testkey-other.pem < list-valid.txt | base64 -w0)\\r > list-valid-sha1-signature.txt |
18 cat list-valid.txt >> list-valid-sha1-signature.txt | 20 cat list-valid.txt >> list-valid-sha1-signature.txt |
19 cp list-valid-signed.txt list-invalid-signed.txt | 21 cp list-valid-signed.txt list-invalid-signed.txt |