Re: Multiple GIT Accounts & HTTPS Client Certificates - Config

2018-09-12 Thread brian m. carlson
On Tue, Sep 11, 2018 at 09:42:35AM +0200, Sergei Haller wrote: > PS: while I was trying to send the mail to this mailing list, there is > some update from the stack overflow side: > > * I am using sslBackend schannel > * the private key of my client certificate can be provided by using > the

Re: Multiple GIT Accounts & HTTPS Client Certificates - Config

2018-09-11 Thread Sergei Haller
PS: while I was trying to send the mail to this mailing list, there is some update from the stack overflow side: * I am using sslBackend schannel * the private key of my client certificate can be provided by using the http.sslKey config option * the private key is on a smart card, so there is no

Re: Multiple GIT Accounts & HTTPS Client Certificates - Config

2018-09-11 Thread Sergei Haller
no, using SSH is not an option. I have no control over the server setup whatsoever. Thx! On Mon, Sep 10, 2018 at 3:29 PM, Randall S. Becker wrote: > On September 10, 2018 4:09 AM, Sergei Haller wrote: >> my problem is basically the following: my git server (https) requires >> authentication

RE: Multiple GIT Accounts & HTTPS Client Certificates - Config

2018-09-10 Thread Randall S. Becker
On September 10, 2018 4:09 AM, Sergei Haller wrote: > my problem is basically the following: my git server (https) requires > authentication using a clent x509 certificate. > > And I have multiple x509 certificates that match the server. > > when I access the https server using a browser, the