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:
parent
122e7264b8
commit
cefca2b8ac
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue