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:
parent
925872ee7b
commit
97cfb4f1e7
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue