aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/gnutls.el1
1 files changed, 1 insertions, 0 deletions
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."
92 "/etc/ssl/ca-bundle.pem" ; Suse 92 "/etc/ssl/ca-bundle.pem" ; Suse
93 "/usr/ssl/certs/ca-bundle.crt" ; Cygwin 93 "/usr/ssl/certs/ca-bundle.crt" ; Cygwin
94 "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD 94 "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD
95 "/etc/ssl/cert.pem" ; macOS
95 ) 96 )
96 "List of CA bundle location filenames or a function returning said list. 97 "List of CA bundle location filenames or a function returning said list.
97The files may be in PEM or DER format, as per the GnuTLS documentation. 98The files may be in PEM or DER format, as per the GnuTLS documentation.