You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

makekeystore.sh 244B

12345
  1. #!/bin/sh
  2. # SET HOSTNAME to the server's hostname
  3. HOSTNAME=localhost
  4. rm keystore
  5. 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"