view webstart-package/generate-keystore.sh @ 39:3201f93801d0

add a module that generates a webstart package
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 09 Oct 2011 08:15:11 +0200
parents
children
line wrap: on
line source

keytool -genkey -alias conflicteditor -validity 1800 -keypass secret \
    -storepass secret -keystore src/jnlp/keystore \
    -dname "CN=ConflictEditor, OU=Hackers dept., O=codedo.de, ST=NRW, C=DE"