Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/ui/tests/data/NOTES Tue Apr 22 10:48:12 2014 +0000 +++ b/ui/tests/data/NOTES Tue Apr 22 10:56:21 2014 +0000 @@ -12,6 +12,8 @@ echo -e S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid.txt | base64 -w0)\\r > list-valid-signed.txt cat list-valid.txt >> list-valid-signed.txt + echo -e S:$(openssl dgst -sha256 -sign testkey-priv.pem < list-valid-updated.txt | base64 -w0)\\r > list-valid-updated-signed.txt + cat list-valid-updated.txt >> list-valid-updated-signed.txt echo -e S:$(openssl dgst -sha256 -sign testkey-other.pem < list-valid.txt | base64 -w0)\\r > list-valid-other-signature.txt cat list-valid.txt >> list-valid-other-signature.txt echo -e S:$(openssl dgst -sha1 -sign testkey-other.pem < list-valid.txt | base64 -w0)\\r > list-valid-sha1-signature.txt