dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Tweak to relative path determination for symlinks (issue 116)
James Moger
2012-08-01
d65fb8f1b77a7254c22edc9e7d8f47b29ec33072
[githubFork/gitblit.git]
/
distrib
/
makekeystore.sh
1
2
3
4
5
#!/bin/sh
# SET HOSTNAME to the server's hostname
HOSTNAME=localhost
rm keystore
java -cp gitblit.jar:$PWD/ext/* com.gitblit.MakeCertificate --hostname $HOSTNAME --subject "CN=$HOSTNAME, OU=Gitblit, O=Gitblit, L=Some Town, ST=Some State, C=US"