* bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris
@ 2019-10-28 10:59 Michal Nowak
2019-10-28 14:39 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Michal Nowak @ 2019-10-28 10:59 UTC (permalink / raw)
To: 37960
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris
2019-10-28 10:59 bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris Michal Nowak
@ 2019-10-28 14:39 ` Lars Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-28 14:39 UTC (permalink / raw)
To: Michal Nowak; +Cc: 37960
Michal Nowak <mnowak@startmail.com> writes:
> 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
Thanks; I've now installed this in Emacs 27.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-28 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-28 10:59 bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris Michal Nowak
2019-10-28 14:39 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.