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.
This commit is contained in:
Ted Zlatanov 2017-12-09 17:52:01 -05:00
parent 122e7264b8
commit cefca2b8ac
No known key found for this signature in database
GPG key ID: 11F23D0A4E4B9DEE

View file

@ -92,6 +92,7 @@ to all of the tests described above."
"/etc/ssl/ca-bundle.pem" ; Suse "/etc/ssl/ca-bundle.pem" ; Suse
"/usr/ssl/certs/ca-bundle.crt" ; Cygwin "/usr/ssl/certs/ca-bundle.crt" ; Cygwin
"/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD "/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. "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. The files may be in PEM or DER format, as per the GnuTLS documentation.