annotate webstart-package/generate-keystore.sh @ 42:7380d8ff1a66 default tip

bring up a message dialog if the selected database did not contain any conflicts
author dirk
date Thu, 05 Jan 2012 05:33:19 +0100
parents 3201f93801d0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39
3201f93801d0 add a module that generates a webstart package
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 keytool -genkey -alias conflicteditor -validity 1800 -keypass secret \
3201f93801d0 add a module that generates a webstart package
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 -storepass secret -keystore src/jnlp/keystore \
3201f93801d0 add a module that generates a webstart package
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 -dname "CN=ConflictEditor, OU=Hackers dept., O=codedo.de, ST=NRW, C=DE"