Ralf Schulze
Ralf Schulze
Yes, then the setting is respected. The solution is maybe not quite so easy. You can set the `sslCAInfo` setting for domain patterns, so `git` will use the configured cert...
I don't think this is a good solution. E.g. this will not work: ``` [http "https://*.mycompany.com"] sslCAInfo = /tmp/cert.pem ``` `git config --get http.sslCAInfo` will return nothing in this case,...
What about a separate package `ca-certificates` that all other packages are using. To override and fall back to the system store the `ca-certificates` package should provide a config option (environment...
I have given it some thought. Usually there will be a system certificate store, which may be groomed by a careful admin to include custom certificates and exclude those which...
Have to package libfuse (https://github.com/libfuse/libfuse) and maybe macFUSE (https://macfuse.github.io/) first.
- The Linux version compiles now, but the mount test fails. Need to get my local build environment working for further testing - Darwin build still has issues. Borgbackup build...