mirror of
https://github.com/restic/restic.git
synced 2025-08-13 14:30:36 +00:00
Read TLS client cert and key from the same file
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
Enhancement: Add support for TLS client certificate authentication.
|
||||
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.
|
||||
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.
|
||||
|
||||
https://github.com/restic/restic/issues/1522
|
||||
https://github.com/restic/restic/pull/1524
|
||||
|
Reference in New Issue
Block a user