git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Add option for serving over HTTPS #10

Closed vdye closed 1 year ago

vdye commented 1 year ago

This pull request adds support for configuring a git-bundle-web-server instance with a custom X.509 SSL certificate and private key, as well as supporting that configuration in git-bundle-server web-server start. The changes are roughly organized as follows: