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.