comparison ui/tests/append-sig.sh @ 774:44fa5de02b52

(issue43) Finalize and verify binary verification for linux.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 11 Jul 2014 16:20:27 +0200
parents 3f290ea49d45
children 8c829345ecfa
comparison
equal deleted inserted replaced
773:2c69298b4188 774:44fa5de02b52
1 #!/bin/bash 1 #!/bin/bash
2 cp $2 $3 2 cp $2 $3
3 echo \\r\\nS:$(openssl dgst -sha256 -sign $1 < $2 | base64 -w0) >> $3 3 echo -e \\r\\nS:$(openssl dgst -sha256 -sign $1 < $2 | base64 -w0) >> $3

http://wald.intevation.org/projects/trustbridge/