]> git.pld-linux.org Git - packages/golang.git/blob - ca-certs.patch
up to 1.16.4
[packages/golang.git] / ca-certs.patch
1 --- golang-1.6/src/crypto/x509/root_linux.go~   2016-02-17 22:35:21.000000000 +0200
2 +++ golang-1.6/src/crypto/x509/root_linux.go    2016-04-05 13:04:44.231441583 +0300
3 @@ -11,6 +11,7 @@
4  // Possible directories with certificate files; stop after successfully
5  // reading at least one file from a directory.
6  var certDirectories = []string{
7 +       "/etc/openssl/certs",           // PLD Linux
8         "/etc/ssl/certs",               // SLES10/SLES11, https://golang.org/issue/12139
9         "/etc/pki/tls/certs",           // Fedora/RHEL
10         "/system/etc/security/cacerts", // Android
This page took 0.073304 seconds and 3 git commands to generate.