GNU bug report logs -
#37960
gnutls-trustfiles path for OpenIndiana and Solaris
Previous Next
Reported by: Michal Nowak <mnowak <at> startmail.com>
Date: Mon, 28 Oct 2019 14:34:02 UTC
Severity: normal
Tags: fixed
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
OpenIndiana, an illumos distribution, (and Solaris 11) have CA
certificates bundle located at /etc/certs/ca-certificates.crt. I need to
set 'gnutls-trustfiles' like this to have TLS support in the Package
Manager:
--- emacs-26.3/lisp/net/gnutls.el 2019-01-07 15:26:06.000000000 +0000
+++ emacs-26.3/lisp/net/gnutls.el 2019-10-28 11:36:51.536111401 +0000
@@ -107,6 +107,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.
The files may be in PEM or DER format, as per the GnuTLS documentation.
This bug report was last modified 5 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.