You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add '--cert' and '--key' options to 'git-bundle-web-server' to specify paths
to a X.509 SSL certificate and private key (respectively) to be used to
configure HTTPS. If both options are specified, the web server is hosted
with 'ListenAndServeTLS()' using the given credentials; if both are not
specified, the server is hosted (as it is now) with 'ListenAndServe()'. If
only one of the two options is specified, an error (with usage) is thrown
and the server is not hosted.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments