reverted keystore to previous version, got stomped on

pull/59/head
Justin Richer 2012-02-14 16:22:28 -05:00
parent 01763dbc0c
commit 6ee171199d
2 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
</property>
</bean>
<jwt-signer:keystore id="defaultKeystore" location="WEB-INF/spring/keystore.jks" password="changeit" type="JKS" />
<jwt-signer:keystore id="defaultKeystore" location="WEB-INF/spring/keystore.jks" password="changeit" />
<jwt-signer:service id="defaultSignerService">
<jwt-signer:rsa bits="256" keystore-ref="defaultKeystore" key-alias="test" password="changeit" />