mirror of
https://github.com/restic/restic.git
synced 2025-08-13 19:09:16 +00:00
Support for TLS client certificate authentication
This adds --tls-client-cert and --tls-client-key parameters and enables use of that certificate/key pair when connecting to https servers.
This commit is contained in:

committed by
Alexander Neumann

parent
e706f1a8d1
commit
e805b968b1
9
changelog/0.8.2/issue-1522
Normal file
9
changelog/0.8.2/issue-1522
Normal file
@@ -0,0 +1,9 @@
|
||||
Enhancement: Add support for TLS client certificate authentication.
|
||||
|
||||
Support has been added to the http backend for providing a TLS client
|
||||
certificate/key pair using `--tls-client-cert` and `--tls-client-key` when
|
||||
connecting to https resources that perform TLS client certificate
|
||||
authentication.
|
||||
|
||||
https://github.com/restic/restic/issues/1522
|
||||
https://github.com/restic/restic/pull/1524
|
Reference in New Issue
Block a user