summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Nowak <mnowak@startmail.com>2019-10-28 15:38:34 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-28 15:38:34 +0100
commit97cfb4f1e751a947105802d5c4b4f56c696ff75d (patch)
tree7397908cd15d9be1da2d5dca9dd2f69c13a72f67
parent925872ee7b2f56d643a57a160517c2c27e71879e (diff)
downloademacs-97cfb4f1e751a947105802d5c4b4f56c696ff75d.tar.gz
Add cert bundle path for OpenIndiana
* lisp/net/gnutls.el (gnutls-trustfiles): Add cert bundle path for OpenIndiana (bug#37960). Copyright-paperwork-exempt: yes
-rw-r--r--lisp/net/gnutls.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index ae15b3aecf2..9b13adaefee 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -111,6 +111,7 @@ Security'."
"/usr/ssl/certs/ca-bundle.crt" ; Cygwin
"/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD
"/etc/ssl/cert.pem" ; macOS
+ "/etc/certs/ca-certificates.crt" ; OpenIndiana
)
"List of CA bundle location filenames or a function returning said list.
If a file path contains glob wildcards, they will be expanded.