diff options
-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/> |