Skip to content

Commit

Permalink
Rename PKCS11 configuration property for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent 4677e2a commit 65c2123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
It requires the java.security file to be unmodified.
-->
<arg value="--pkcs11Config"/>
<arg value="${pkcs11.config}"/>
<arg value="${keystore.pkcs11.config}"/>
<arg value="--keystoreProvider"/>
<arg value="sun.security.pkcs11.SunPKCS11"/>

Expand Down
2 changes: 1 addition & 1 deletion prod-old.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
#
# Location of the PKCS#11 configuration file for an ACOS5 card.
#
pkcs11.config = C\:\\pkcs11\\sdk18\\acs.cfg
keystore.pkcs11.config = C\:\\pkcs11\\sdk18\\acs.cfg

0 comments on commit 65c2123

Please sign in to comment.