mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 13:40:50 +00:00
Update systems using GnuTLS certificate files
* 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.
This commit is contained in:
parent
0d4ba1c2b2
commit
fd85e70be7
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue