we're now using ZScaler instead of a proxy to check the internet traffic. It's quite an improvement, however setting up Git, Gradle and Maven with a proxy was easier to set up than setting it up with ZScaler. For using ZScaler we received a .cert-file which starts with "-----BEGIN CERTIFICATE-----" and ends with ""-----END CERTIFICATE-----". Between those lines is some hash code.
So my question is: How can I setup
a) Git
b) Gradle
c) Maven
in their respective "global settings" (so not for each project) with this certificate such that
a) pulling and pushing
b) / c) resolving dependencies
works again.
Thanks in advance.