summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-05-22 13:45:20 -0400
committerJames Moger <james.moger@gitblit.com>2011-05-22 13:45:20 -0400
commita9299738a991014788b72db7c9afc946633590e2 (patch)
tree0910ee3d383038d28ad30d9a2c117cfc3c2b6d87 /distrib
parentc19ae5c6d45085528dae8c94a2eb737e06c335ce (diff)
downloadgitblit-a9299738a991014788b72db7c9afc946633590e2.tar.gz
gitblit-a9299738a991014788b72db7c9afc946633590e2.zip
Make keystore script independent of JDK using BouncyCastle.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/makekeystore.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/makekeystore.cmd b/distrib/makekeystore.cmd
index 34a11b21..b2206efb 100644
--- a/distrib/makekeystore.cmd
+++ b/distrib/makekeystore.cmd
@@ -1,2 +1,2 @@
@del keystore
-@keytool -keystore keystore -alias localhost -genkey -keyalg RSA -dname "CN=localhost, OU=Git:Blit, O=Git:Blit, L=Some Town, ST=Some State, C=US" \ No newline at end of file
+@java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.MakeCertificate --alias localhost --subject "CN=localhost, OU=Git:Blit, O=Git:Blit, L=Some Town, ST=Some State, C=US"