2018-01-27 12:57:43 +00:00
|
|
|
Enhancement: Add support for TLS client certificate authentication
|
2017-12-30 03:51:13 +00:00
|
|
|
|
2018-01-27 12:57:43 +00:00
|
|
|
Support has been added for using a TLS client certificate for authentication to
|
|
|
|
HTTP based backend. A file containing the PEM encoded private key and
|
|
|
|
certificate can be set using the `--tls-client-cert` option.
|
2017-12-30 03:51:13 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1522
|
|
|
|
https://github.com/restic/restic/pull/1524
|