You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
701 B
17 lines
701 B
Index: src/crypto/x509/root_unix.go |
|
--- src/crypto/x509/root_unix.go.orig 2019-02-26 20:15:37.972644000 +0100 |
|
+++ src/crypto/x509/root_unix.go 2019-02-26 20:16:00.760083000 +0100 |
|
@@ -14,12 +14,7 @@ |
|
// Possible directories with certificate files; stop after successfully |
|
// reading at least one file from a directory. |
|
var certDirectories = []string{ |
|
- "/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139 |
|
- "/system/etc/security/cacerts", // Android |
|
- "/usr/local/share/certs", // FreeBSD |
|
- "/etc/pki/tls/certs", // Fedora/RHEL |
|
- "/etc/openssl/certs", // NetBSD |
|
- "/var/ssl/certs", // AIX |
|
+ "@l_prefix@/etc/x509", |
|
} |
|
|
|
const (
|
|
|