Mercurial > trustbridge
comparison ui/tests/data/NOTES @ 637:be30d50bc4f0
Add remaining tests to check binverify functionality
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 24 Jun 2014 15:24:09 +0200 |
parents | 6c4fff146999 |
children | f56c4869aa18 |
comparison
equal
deleted
inserted
replaced
636:2fd4f9980a2a | 637:be30d50bc4f0 |
---|---|
115 osslsigncode sign -certs codesigning.pem -key codesigning.key \ | 115 osslsigncode sign -certs codesigning.pem -key codesigning.key \ |
116 -n "TrustBridgeTest" -i https://wald.intevation.org/projects/trustbridge/ \ | 116 -n "TrustBridgeTest" -i https://wald.intevation.org/projects/trustbridge/ \ |
117 -h sha256 \ | 117 -h sha256 \ |
118 -in ~/ubuntu/src/m13-repo/build-windows/TrustBridge-0.6+21-aee3eb10bbba.exe \ | 118 -in ~/ubuntu/src/m13-repo/build-windows/TrustBridge-0.6+21-aee3eb10bbba.exe \ |
119 -out TrustBridge-0.6+21-aee3eb10bbba-signed.exe | 119 -out TrustBridge-0.6+21-aee3eb10bbba-signed.exe |
120 | |
121 # Different test certificates. | |
122 gen_key filename=codesigning-other.key | |
123 cert_req filename=codesigning-other.key output_file=codesigning-other.csr \ | |
124 subject_name="CN=Public TrustBridge codesigning test,O=Public secret do not trust this,C=DE" \ | |
125 key_usage=digital_signature \ | |
126 ns_cert_type=object_signing | |
127 | |
128 cert_write request_file=codesigning-other.csr issuer_crt=codesigning_root.pem \ | |
129 issuer_key=codesigning_root.key output_file=codesigning-other.pem \ | |
130 not_before=20130101000000 not_after=20151231235959 \ | |
131 key_usage=digital_signature \ | |
132 ns_cert_type=object_signing |