diff options
| -rw-r--r-- | lisp/net/gnutls.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index ae15b3aecf2..9b13adaefee 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el | |||
| @@ -111,6 +111,7 @@ Security'." | |||
| 111 | "/usr/ssl/certs/ca-bundle.crt" ; Cygwin | 111 | "/usr/ssl/certs/ca-bundle.crt" ; Cygwin |
| 112 | "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD | 112 | "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD |
| 113 | "/etc/ssl/cert.pem" ; macOS | 113 | "/etc/ssl/cert.pem" ; macOS |
| 114 | "/etc/certs/ca-certificates.crt" ; OpenIndiana | ||
| 114 | ) | 115 | ) |
| 115 | "List of CA bundle location filenames or a function returning said list. | 116 | "List of CA bundle location filenames or a function returning said list. |
| 116 | If a file path contains glob wildcards, they will be expanded. | 117 | If a file path contains glob wildcards, they will be expanded. |