From: Michal Nowak Date: Mon, 28 Oct 2019 14:38:34 +0000 (+0100) Subject: Add cert bundle path for OpenIndiana X-Git-Tag: emacs-27.0.90~851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97cfb4f1e751a947105802d5c4b4f56c696ff75d;p=emacs.git Add cert bundle path for OpenIndiana * lisp/net/gnutls.el (gnutls-trustfiles): Add cert bundle path for OpenIndiana (bug#37960). Copyright-paperwork-exempt: yes --- 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.