Hi there,
as the title suggests, I'd like to use gitblit without the need to create my own self-signed CA certificate.
Gitblit is the perfect solution for small teams, but using self-signed certificates makes it painful for new team members to join and some have (legitimate) concerns when it comes to disabling proper authentication mechanisms on their machines. Besides, which small workgroup would bother to request an expensive CA certificate just to get their git platform running?
So here's how I would like to use Gitblit
- Repository access via SSH, users can upload their own public keys - this is already implemented
- Access to the web interface via HTTPS, where the server can (re)use a regular X.509 certificate (getting one of those is easy these days)
If this is already possible, please point me in the right direction (I was unable to start Gitblit without a valid CA certificate so far).
If not, please consider removing the strict requirement of having a CA certificate in a future version of Gitblit, it would be great to use Gitblit with a regular server certificate!