mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
13 lines
435 B
Diff
13 lines
435 B
Diff
diff --git a/src/crypto/x509/root_linux.go b/src/crypto/x509/root_linux.go
|
|
index ad6ce5cae7..763c686fed 100644
|
|
--- a/src/crypto/x509/root_linux.go
|
|
+++ b/src/crypto/x509/root_linux.go
|
|
@@ -20,6 +20,7 @@ var certDirectories = []string{
|
|
var certDirectories = []string{
|
|
"/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139
|
|
"/etc/pki/tls/certs", // Fedora/RHEL
|
|
+ "/etc/ssl", // LibreELEC
|
|
}
|
|
|
|
func init() {
|