From: Dave Cheney Date: Fri, 3 Oct 2014 22:09:39 +0000 (+1000) Subject: crypto/x509: add OpenELEC system root location. X-Git-Tag: go1.4beta1~201 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=19104dc532bb15896090c2f8a72080a342fcad20;p=gostls13.git crypto/x509: add OpenELEC system root location. Fixes #8349. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/147320043 --- diff --git a/src/crypto/x509/root_unix.go b/src/crypto/x509/root_unix.go index 10057c0c03..c65f626ac8 100644 --- a/src/crypto/x509/root_unix.go +++ b/src/crypto/x509/root_unix.go @@ -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