1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

crypto/tls: add openbsd root certificate location

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5437079
This commit is contained in:
Joel Sing 2011-11-29 09:20:59 -05:00 committed by Adam Langley
parent 882368939c
commit 175e60a2ad

View File

@ -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() {