]> git.eshelyaron.com Git - emacs.git/commitdiff
Add cert bundle path for OpenIndiana
authorMichal Nowak <mnowak@startmail.com>
Mon, 28 Oct 2019 14:38:34 +0000 (15:38 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 28 Oct 2019 14:38:34 +0000 (15:38 +0100)
* lisp/net/gnutls.el (gnutls-trustfiles): Add cert bundle path for
OpenIndiana (bug#37960).

Copyright-paperwork-exempt: yes

lisp/net/gnutls.el

index ae15b3aecf2aec2a4c51c2236d9ea9369d2e910e..9b13adaefee2209e10643f28c94828dfc60792c3 100644 (file)
@@ -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.