]> git.eshelyaron.com Git - emacs.git/commitdiff
Add /etc/ssl/cert.pem to gnutls-trustfiles for macOS
authorTed Zlatanov <tzz@lifelogs.com>
Sat, 9 Dec 2017 22:52:01 +0000 (17:52 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Sat, 9 Dec 2017 22:55:17 +0000 (17:55 -0500)
Problem reported by Mark Ferlatte (Bug#28603).
* lisp/net/gnutls.el (gnutls-trustfiles): Add /etc/ssl/cert.pem for macOS.

lisp/net/gnutls.el

index d4943a3303130bfcd642d34a84cb92604eebebd4..98f7b5855889a651a0d22a54bd5d12194444e873 100644 (file)
@@ -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.