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:
parent
882368939c
commit
175e60a2ad
@ -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