Mercurial > hg > ConflictEditor
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webstart-package/generate-keystore.sh Sun Oct 09 08:15:11 2011 +0200 @@ -0,0 +1,3 @@ +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"