dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Mostly complete blob view line links feature, DOM offset bug remains (issue...
James Moger
2012-09-14
16e4747d3cb2c2a53a6bef554bca306d8594a080
[githubFork/gitblit.git]
/
distrib
/
makekeystore_jdk.sh
1
2
3
4
5
6
7
#!/bin/sh
# --------------------------------------------------------------------------
# SET HOSTNAME to the server's hostname
# --------------------------------------------------------------------------
HOSTNAME=localhost
rm keystore
keytool -keystore keystore -alias $HOSTNAME -genkey -keyalg RSA -dname "CN=$HOSTNAME, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"