aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Nowak2019-10-28 15:38:34 +0100
committerLars Ingebrigtsen2019-10-28 15:38:34 +0100
commit97cfb4f1e751a947105802d5c4b4f56c696ff75d (patch)
tree7397908cd15d9be1da2d5dca9dd2f69c13a72f67
parent925872ee7b2f56d643a57a160517c2c27e71879e (diff)
downloademacs-97cfb4f1e751a947105802d5c4b4f56c696ff75d.tar.gz
emacs-97cfb4f1e751a947105802d5c4b4f56c696ff75d.zip
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'."
111 "/usr/ssl/certs/ca-bundle.crt" ; Cygwin 111 "/usr/ssl/certs/ca-bundle.crt" ; Cygwin
112 "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD 112 "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD
113 "/etc/ssl/cert.pem" ; macOS 113 "/etc/ssl/cert.pem" ; macOS
114 "/etc/certs/ca-certificates.crt" ; OpenIndiana
114 ) 115 )
115 "List of CA bundle location filenames or a function returning said list. 116 "List of CA bundle location filenames or a function returning said list.
116If a file path contains glob wildcards, they will be expanded. 117If a file path contains glob wildcards, they will be expanded.