all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michal Nowak <mnowak@startmail.com>
To: 37960@debbugs.gnu.org
Subject: bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris
Date: Mon, 28 Oct 2019 11:59:28 +0100	[thread overview]
Message-ID: <b24e6a5e-c311-80c1-ffb4-755575beaeae@startmail.com> (raw)

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.





             reply	other threads:[~2019-10-28 10:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 10:59 Michal Nowak [this message]
2019-10-28 14:39 ` bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b24e6a5e-c311-80c1-ffb4-755575beaeae@startmail.com \
    --to=mnowak@startmail.com \
    --cc=37960@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.