dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Make keystore script independent of JDK using BouncyCastle.
James Moger
2011-05-22
a9299738a991014788b72db7c9afc946633590e2
[githubFork/gitblit.git]
/
distrib
/
makekeystore.cmd
1
2
@del keystore
@java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.MakeCertificate --alias localhost --subject "CN=localhost, OU=Git:Blit, O=Git:Blit, L=Some Town, ST=Some State, C=US"