]> git.eshelyaron.com Git - emacs.git/commitdiff
Update systems using GnuTLS certificate files
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2020 07:02:28 +0000 (10:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2020 07:02:28 +0000 (10:02 +0300)
* lisp/net/gnutls.el (gnutls-trustfiles): Update the names of the
systems in the comments.  Reported by Richard Stallman <rms@gnu.org>
in
https://lists.gnu.org/archive/html/emacs-devel/2020-07/msg00455.html.

lisp/net/gnutls.el

index 459156e6d27f5465064f1271b81daedbe4f02f22..5212bf6a3f623c11eb5a558d37916a7f23b586ee 100644 (file)
@@ -105,12 +105,13 @@ Security'."
 
 (defcustom gnutls-trustfiles
   '(
-    "/etc/ssl/certs/ca-certificates.crt"     ; Debian, Ubuntu, Gentoo and Arch Linux
+    "/etc/ssl/certs/ca-certificates.crt"     ; Debian, Ubuntu, Gentoo,
+                                             ; Arch, Guix, Parabola
     "/etc/pki/tls/certs/ca-bundle.crt"       ; Fedora and RHEL
     "/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
+    "/etc/ssl/cert.pem"                      ; macOS, Dragora, Parabola
     "/etc/certs/ca-certificates.crt"         ; OpenIndiana
     )
   "List of CA bundle location filenames or a function returning said list.