mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
crypto/x509: add Solaris certificate file location
Fixes #9078. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/172920043
This commit is contained in:
parent
f666167572
commit
cea69d6877
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ var certFiles = []string{
|
|||
"/etc/ssl/cert.pem", // OpenBSD
|
||||
"/usr/local/share/certs/ca-root-nss.crt", // FreeBSD/DragonFly
|
||||
"/etc/pki/tls/cacert.pem", // OpenELEC
|
||||
"/etc/certs/ca-certificates.crt", // Solaris 11.2+
|
||||
}
|
||||
|
||||
// Possible directories with certificate files; stop after successfully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue