crypto/x509: specify path to AIX certificate file

Reviewed-on: https://go-review.googlesource.com/113179

From-SVN: r260908
This commit is contained in:
Ian Lance Taylor 2018-05-30 00:16:02 +00:00
parent 5af3ff2159
commit 4ec2cf3bd0
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
290c93f08f4456f0552b0764e28573164e47f259
572b19513766e9e5cc4aa8d984a89c93880726ba
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -5,4 +5,6 @@
package x509
// Possible certificate files; stop after finding one.
var certFiles []string
var certFiles = []string{
"/var/ssl/certs/ca-bundle.crt",
}