Skip to content

Commit

Permalink
Verify using a local copy of the verification keystore, not one from …
Browse files Browse the repository at this point in the history
…an external location. This allows verification to work even when we do the signing with an external token rather than an external disk.
  • Loading branch information
iay committed Oct 1, 2007
1 parent 082505f commit c0e5daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<property name="keystore.uk.loc" value="${keystore.base.loc}"/>
<property name="keystore.uk.sign.loc" value="${keystore.uk.loc}/ukfederation-sign.jks"/>
<property name="keystore.uk.sign.alias" value="ukfederation"/>
<property name="keystore.uk.vfy.loc" value="${keystore.uk.loc}/ukfederation.jks"/>
<property name="keystore.uk.vfy.loc" value="${build.dir}/ukfederation.jks"/>
<property name="keystore.uk.vfy.alias" value="ukfederation"/>

<!--
Expand Down
Binary file added build/ukfederation.jks
Binary file not shown.

0 comments on commit c0e5daf

Please sign in to comment.