-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
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:
- http.sslCert
- http.sslKey
If client's sslCert is signed by CA, then we authenticate this client on LFS server.
Reactions are currently unavailable