mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue