diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-26 15:44:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-26 15:44:43 +0000 |
| commit | 0bd835375d015ef353cf4a7927e25afd140466d9 (patch) | |
| tree | 9634d9f4373a991b222be527a605551a1a9300ff | |
| parent | 525eb7112ae14d0fa600dd3b21af875fa3759038 (diff) | |
Update test data.
| -rw-r--r-- | hacks/verify.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hacks/verify.sh b/hacks/verify.sh new file mode 100644 index 000000000..2af4a7b0e --- /dev/null +++ b/hacks/verify.sh @@ -0,0 +1,5 @@ + +STORE=/home/carl/.config/dcpomatic/crypt + +xmlsec1 verify --pubkey-cert-pem $STORE/leaf.signed.pem --trusted-pem $STORE/intermediate.signed.pem --trusted-pem $STORE/ca.self-signed.pem --id-attr:Id http://www.smpte-ra.org/schemas/430-3/2006/ETM:AuthenticatedPublic --id-attr:Id http://www.smpte-ra.org/schemas/430-3/2006/ETM:AuthenticatedPrivate foo.xml +#dcpo.kdm.xml
\ No newline at end of file |
