From: Don Armstrong Date: Mon, 12 Mar 2018 04:18:07 +0000 (-0700) Subject: we need gnutls to require trustfiles X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=694b080de63bfd79d380fdc0a3b31c5302093ef0 we need gnutls to require trustfiles --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 957f419..3313bcc 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -32,6 +32,7 @@ load [[https://github.com/jwiegley/use-package/][use-package]] even faster ;; add /etc/ssl/ca-global/ca-certificates.crt so that we can ;; download packages when we're on Debian hosts which chop down the ;; list of available certificates + (require 'gnutls) (add-to-list 'gnutls-trustfiles "/etc/ssl/ca-global/ca-certificates.crt") (setq package-enable-at-startup nil) (setq package--init-file-ensured t)