aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509/root_aix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/root_aix.go')
-rw-r--r--src/crypto/x509/root_aix.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto/x509/root_aix.go b/src/crypto/x509/root_aix.go
index 6d427739a4..4d50a13473 100644
--- a/src/crypto/x509/root_aix.go
+++ b/src/crypto/x509/root_aix.go
@@ -8,3 +8,9 @@ package x509
var certFiles = []string{
"/var/ssl/certs/ca-bundle.crt",
}
+
+// Possible directories with certificate files; stop after successfully
+// reading at least one file from a directory.
+var certDirectories = []string{
+ "/var/ssl/certs",
+}