1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:50:21 -07:00

crypto/x509: add OpenELEC system root location.

Fixes #8349.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/147320043
This commit is contained in:
Dave Cheney 2014-10-04 08:09:39 +10:00
parent 4630218538
commit 19104dc532

View File

@ -15,6 +15,7 @@ var certFiles = []string{
"/etc/ssl/ca-bundle.pem", // OpenSUSE
"/etc/ssl/cert.pem", // OpenBSD
"/usr/local/share/certs/ca-root-nss.crt", // FreeBSD/DragonFly
"/etc/pki/tls/cacert.pem", // OpenELEC
}
// Possible directories with certificate files; stop after successfully