crypto/tls: add openbsd root certificate location
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5437079
This commit is contained in:
parent
c9662b8656
commit
ff828b16dd
@ -14,6 +14,7 @@ var certFiles = []string{
|
||||
"/etc/ssl/certs/ca-certificates.crt", // Linux etc
|
||||
"/etc/pki/tls/certs/ca-bundle.crt", // Fedora/RHEL
|
||||
"/etc/ssl/ca-bundle.pem", // OpenSUSE
|
||||
"/etc/ssl/cert.pem", // OpenBSD
|
||||
}
|
||||
|
||||
func initDefaultRoots() {
|
||||
|
Loading…
Reference in New Issue
Block a user