diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/makekeystore.cmd | 2 |
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"
|