diff options
author | Rob Austein <sra@hactrn.net> | 2007-01-19 16:29:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-01-19 16:29:42 +0000 |
commit | f547ed5cc4d9c8b9b36e629052cc80bdda8f7243 (patch) | |
tree | 8ded48735d3c87bb3cc01d795e21818d604436ea /scripts | |
parent | 024798b8ccfea7f974017f6db87907b2d6326504 (diff) |
Doh, don't include the digest in the template.
svn path=/scripts/xmlsec-demo.sh; revision=470
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/xmlsec-demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmlsec-demo.sh b/scripts/xmlsec-demo.sh index a53cd609..f79e87ae 100755 --- a/scripts/xmlsec-demo.sh +++ b/scripts/xmlsec-demo.sh @@ -118,7 +118,7 @@ xsltproc --output $unsigned - $input <<'EOF' <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/> </Transforms> <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> - <DigestValue>HjY8ilZAIEM2tBbPn5mYO1ieIX4=</DigestValue> + <DigestValue></DigestValue> </Reference> </SignedInfo> <SignatureValue/> |