annotate webstart-package/generate-keystore.sh @ 41:0c36e54a85b5

add a site
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 10 Oct 2011 02:56:36 +0200
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"