From ff828b16dd40827c8b153c5b661655ee5b6de125 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Tue, 29 Nov 2011 09:20:59 -0500 Subject: [PATCH] crypto/tls: add openbsd root certificate location R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5437079 --- root_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/root_unix.go b/root_unix.go index 095beec..1b9aeb0 100644 --- a/root_unix.go +++ b/root_unix.go @@ -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() {