From 4ec2cf3bd042a43eed1b46f80449893d149c1a7c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 30 May 2018 00:16:02 +0000 Subject: crypto/x509: specify path to AIX certificate file Reviewed-on: https://go-review.googlesource.com/113179 From-SVN: r260908 --- libgo/go/crypto/x509/root_aix.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libgo/go') diff --git a/libgo/go/crypto/x509/root_aix.go b/libgo/go/crypto/x509/root_aix.go index de5702d..4e7e9dd 100644 --- a/libgo/go/crypto/x509/root_aix.go +++ b/libgo/go/crypto/x509/root_aix.go @@ -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", +} -- cgit v1.1