Which cert files does Git for Windows use -


in default git install has lot of certificates.

i'm still failing setup ssl in git , i'm finding difficult work out git attempting work it's use of ssl.

does knows these different cert files individually for? explain why 1 file not suffice?

c:\opt\git>find . -name "*.crt" ./etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt ./etc/pki/ca-trust/source/anchors/cacert.org_class3.crt ./etc/pki/ca-trust/source/anchors/cacert.org_root.crt ./mingw64/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt ./mingw64/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt ./mingw64/share/pki/ca-trust-legacy/ca-bundle.legacy.disable.crt ./mingw64/share/pki/ca-trust-source/ca-bundle.trust.crt ./mingw64/ssl/certs/ca-bundle.crt ./mingw64/ssl/certs/ca-bundle.trust.crt ./usr/share/pki/ca-trust-source/ca-bundle.legacy.disable.crt ./usr/share/pki/ca-trust-source/ca-bundle.legacy.enable.crt ./usr/share/pki/ca-trust-source/ca-bundle.neutral-trust.crt ./usr/share/pki/ca-trust-source/ca-bundle.trust.crt ./usr/ssl/certs/ca-bundle.crt ./usr/ssl/certs/ca-bundle.trust.crt 

each file contains great many certs i'm expected trust no names. want trust github , company work for. i'm looking see of these files need edit make git installation safe.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -