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_jdk.cmd 391B

123456
  1. @REM --------------------------------------------------------------------------
  2. @REM Set HOSTNAME to the server's hostname
  3. @REM --------------------------------------------------------------------------
  4. @SET HOSTNAME=localhost
  5. @del keystore
  6. @keytool -keystore keystore -alias %HOSTNAME% -genkey -keyalg RSA -dname "CN=%HOSTNAME%, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"