Skip to content

Commit

Permalink
Update to the latest build of samlsign. Update options used for signi…
Browse files Browse the repository at this point in the history
…ng with samlsign (not actually used yet). Change verification options for samlsign to be quiet unless verification fails.
  • Loading branch information
iay committed Sep 22, 2009
1 parent 8601d98 commit e4264da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,14 +485,15 @@
<arg value="--sign"/>
<arg value="--keystore"/>
<arg value="${null.device}"/>
<arg value="--storetype"/>
<arg value="--keystoreType"/>
<arg value="${keystore.uk.sign.type}"/>
<arg value="--alias"/>
<arg value="--key"/>
<arg value="${keystore.uk.sign.alias}"/>
<arg value="--password"/>
<arg value="--keyPassword"/>
<arg value="${keystore.pass}"/>
<arg value="--outFile"/>
<arg value="${xml.dir}/@{o}"/>
<arg value="--quiet"/>
</args>
</SAMLSIGN>
</sequential>
Expand All @@ -506,6 +507,7 @@
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${build.dir}/ukfederation-2008.pem"/>
<arg value="--quiet"/>
</args>
</SAMLSIGN>
</sequential>
Expand Down

0 comments on commit e4264da

Please sign in to comment.