1
0
mirror of https://github.com/golang/go synced 2024-09-24 15:20:16 -06:00

crypto/x509: update comment on system root cert locations.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13775045
This commit is contained in:
David Symonds 2013-09-20 15:49:26 +10:00
parent 1325732ab9
commit 318e165238

View File

@ -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