small cleanups for certificate environment variables

This commit is contained in:
Michael Eischer
2023-07-08 09:44:20 +02:00
parent c1578a2035
commit cc3c218baf
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
Enhancemnet: Certificates can be passed through environment variables
Enhancement: 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.
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.
https://github.com/restic/restic/issues/1926
https://github.com/restic/restic/pull/4384