mirror of
https://github.com/octoleo/restic.git
synced 2024-11-15 09:44:15 +00:00
7 lines
344 B
Plaintext
7 lines
344 B
Plaintext
Enhancemnet: Certificates can be passed through environment variables
|
|
|
|
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` is not specified.
|
|
|
|
https://github.com/restic/restic/issues/1926
|
|
https://github.com/restic/restic/pull/4384
|