2023-07-08 07:44:20 +00:00
|
|
|
Enhancement: Certificates can be passed through environment variables
|
2023-06-22 20:10:41 +00:00
|
|
|
|
2023-07-08 07:44:20 +00:00
|
|
|
Restic will now read the paths to the certificates from the environment
|
|
|
|
variables `RESTIC_CACERT` or `RESTIC_TLS_CLIENT_CERT` if `--cacert` or
|
|
|
|
`--tls-client-cert` are not specified.
|
2023-06-22 20:10:41 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1926
|
|
|
|
https://github.com/restic/restic/pull/4384
|