Commit 4ec2cf3b by Ian Lance Taylor

crypto/x509: specify path to AIX certificate file

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

From-SVN: r260908
parent 5af3ff21
290c93f08f4456f0552b0764e28573164e47f259
572b19513766e9e5cc4aa8d984a89c93880726ba
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
......@@ -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",
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment