]> git.pld-linux.org Git - packages/golang.git/blame - ca-certs.patch
up to 1.16.4
[packages/golang.git] / ca-certs.patch
CommitLineData
59cf9949
JP
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
c1200160
ER
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
59cf9949 9 "/etc/pki/tls/certs", // Fedora/RHEL
c1200160 10 "/system/etc/security/cacerts", // Android
This page took 0.047421 seconds and 4 git commands to generate.