James Moger
2012-04-25 20a8bb8edccd189ce8a40cabd78a2643d2c34c68
commit | author | age
d39680 1 @REM --------------------------------------------------------------------------
JM 2 @REM Set HOSTNAME to the server's hostname
3 @REM --------------------------------------------------------------------------
4 @SET HOSTNAME=localhost
f98825 5 @del keystore
d39680 6 @keytool -keystore keystore -alias %HOSTNAME% -genkey -keyalg RSA -dname "CN=%HOSTNAME%, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"