From cefca2b8aca742cebaae6110704a56d7cd76f500 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Sat, 9 Dec 2017 17:52:01 -0500 Subject: [PATCH] Add /etc/ssl/cert.pem to gnutls-trustfiles for macOS Problem reported by Mark Ferlatte (Bug#28603). * lisp/net/gnutls.el (gnutls-trustfiles): Add /etc/ssl/cert.pem for macOS. --- lisp/net/gnutls.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index d4943a33031..98f7b585588 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -92,6 +92,7 @@ to all of the tests described above." "/etc/ssl/ca-bundle.pem" ; Suse "/usr/ssl/certs/ca-bundle.crt" ; Cygwin "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD + "/etc/ssl/cert.pem" ; macOS ) "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. -- 2.39.2