mirror of
https://github.com/golang/go
synced 2024-11-12 02:40:21 -07: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:
parent
1325732ab9
commit
318e165238
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user