From 175e60a2ad47f477e5e3bfed83beaa9fe6a5ac85 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 --- src/pkg/crypto/tls/root_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/crypto/tls/root_unix.go b/src/pkg/crypto/tls/root_unix.go index 095beec104a..1b9aeb03b5b 100644 --- a/src/pkg/crypto/tls/root_unix.go +++ b/src/pkg/crypto/tls/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() {