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
I would be remiss if I didn't also mention that there are a lot of other Git LFS server implementations, and one of those might suit your purposes and have mTLS support already in place.
Please add support for mTLS (mutual TLS) authentication.
In LFS server I'd like to specify something like
LFS_CACERT=ca.pem
.Then, clients specify these options:
If client's sslCert is signed by CA, then we authenticate this client on LFS server.
The text was updated successfully, but these errors were encountered: