Skip to content

Commit

Permalink
Upgraded hard tokens to use the same key alias as the Java keystore.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 25, 2007
1 parent 3ee867c commit c78ef1a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,8 @@

<!--
Signing keystore alias.
The ACOS5 PKCS#11 library always gives imported entries an
alias of "Imported Certificate".
-->
<condition property="keystore.uk.sign.alias"
value="Imported Certificate" else="ukfederation">
<os family="windows"/>
</condition>
<property name="keystore.uk.sign.alias" value="ukfederation"/>

<!--
Verification keystore.
Expand Down

0 comments on commit c78ef1a

Please sign in to comment.