dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Merge branch 'master' of https://github.com/Mrbytes/gitblit
James Moger
2012-10-13
c658df9e87d65b08d5482cf04489cb0532ff83dd
[githubFork/gitblit.git]
/
distrib
/
makekeystore_jdk.cmd
1
2
3
4
5
6
@REM --------------------------------------------------------------------------
@REM Set HOSTNAME to the server's hostname
@REM --------------------------------------------------------------------------
@SET HOSTNAME=localhost
@del keystore
@keytool -keystore keystore -alias %HOSTNAME% -genkey -keyalg RSA -dname "CN=%HOSTNAME%, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"