github.com/mckael/restic@v0.8.3/changelog/0.8.2_2018-02-17/issue-1522 (about)

     1  Enhancement: Add support for TLS client certificate authentication
     2  
     3  Support has been added for using a TLS client certificate for authentication to
     4  HTTP based backend. A file containing the PEM encoded private key and
     5  certificate can be set using the `--tls-client-cert` option.
     6  
     7  https://github.com/restic/restic/issues/1522
     8  https://github.com/restic/restic/pull/1524