You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

makekeystore.cmd 415B

123456
  1. @REM --------------------------------------------------------------------------
  2. @REM Set HOSTNAME to the server's hostname
  3. @REM --------------------------------------------------------------------------
  4. @SET HOSTNAME=localhost
  5. @del keystore
  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"