James Moger
2012-02-02 d394d950100a97b7d73f0e162b64b0b8f3cef988
commit | author | age
d39680 1 @REM --------------------------------------------------------------------------
JM 2 @REM Set HOSTNAME to the server's hostname
3 @REM --------------------------------------------------------------------------
4 @SET HOSTNAME=localhost
dd7961 5 @del keystore
d39680 6 @java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.MakeCertificate --hostname %HOSTNAME% --subject "CN=%HOSTNAME%, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"