2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-15 15:22:22 +00:00
restic/changelog/0.16.0_2023-07-31/issue-1926

9 lines
347 B
Plaintext
Raw Normal View History

2023-07-29 00:30:40 +00:00
Enhancement: Allow certificate paths to be passed through environment variables
2023-07-29 00:30:40 +00:00
Restic will now read paths to certificates from the environment variables
`RESTIC_CACERT` or `RESTIC_TLS_CLIENT_CERT` if `--cacert` or `--tls-client-cert`
are not specified.
https://github.com/restic/restic/issues/1926
https://github.com/restic/restic/pull/4384