From: David Symonds Date: Fri, 20 Sep 2013 05:49:26 +0000 (+1000) Subject: crypto/x509: update comment on system root cert locations. X-Git-Tag: go1.2rc2~161 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=318e165238e1f7a18650c71496118bd6ad0ff736;p=gostls13.git crypto/x509: update comment on system root cert locations. R=golang-dev, r CC=golang-dev https://golang.org/cl/13775045 --- diff --git a/src/pkg/crypto/x509/root_unix.go b/src/pkg/crypto/x509/root_unix.go index 770ca66cd3..324f855b13 100644 --- a/src/pkg/crypto/x509/root_unix.go +++ b/src/pkg/crypto/x509/root_unix.go @@ -10,7 +10,7 @@ import "io/ioutil" // Possible certificate files; stop after finding one. var certFiles = []string{ - "/etc/ssl/certs/ca-certificates.crt", // Linux etc + "/etc/ssl/certs/ca-certificates.crt", // Debian/Ubuntu/Gentoo etc. "/etc/pki/tls/certs/ca-bundle.crt", // Fedora/RHEL "/etc/ssl/ca-bundle.pem", // OpenSUSE "/etc/ssl/cert.pem", // OpenBSD