1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Add cert bundle path for OpenIndiana

* lisp/net/gnutls.el (gnutls-trustfiles): Add cert bundle path for
OpenIndiana (bug#37960).

Copyright-paperwork-exempt: yes
This commit is contained in:
Michal Nowak 2019-10-28 15:38:34 +01:00 committed by Lars Ingebrigtsen
parent 925872ee7b
commit 97cfb4f1e7

View 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.