diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-25 16:21:17 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-25 16:21:17 -0400 |
commit | f13c4c5a35a18d8478b276cc44570bbc3398aa73 (patch) | |
tree | 34d2144ed5a518422afbbc17c55de3c07e639d3e /distrib/makekeystore.cmd | |
parent | 56c549e384b1a648c77bbd09a2cc77976e8a64de (diff) | |
download | gitblit-f13c4c5a35a18d8478b276cc44570bbc3398aa73.tar.gz gitblit-f13c4c5a35a18d8478b276cc44570bbc3398aa73.zip |
Selected Apache License. Dropped : from name. Its simpler.
Diffstat (limited to 'distrib/makekeystore.cmd')
-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 b2206efb..2f10f24d 100644 --- a/distrib/makekeystore.cmd +++ b/distrib/makekeystore.cmd @@ -1,2 +1,2 @@ @del keystore
-@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"
+@java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.MakeCertificate --alias localhost --subject "CN=localhost, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"
|