summaryrefslogtreecommitdiffstats
path: root/distrib/makekeystore.sh
blob: 59bba90d8752b05ee8809864c8e34d672df11ef6 (plain)
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"