From fab262dd9d9f55b4aa1e2a43637226a8491dba9d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 23 Feb 2018 17:21:46 -0800 Subject: [PATCH] add ca-global to install_packages.el too --- emacs_el/configuration/install_packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs_el/configuration/install_packages.el b/emacs_el/configuration/install_packages.el index f1878ac..7552d66 100644 --- a/emacs_el/configuration/install_packages.el +++ b/emacs_el/configuration/install_packages.el @@ -1,6 +1,10 @@ ; This stub's entire point is to install use-package and org mode so ; everything else can be made +;; 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 +(add-to-list 'gnutls-trustfiles "/etc/ssl/ca-global/ca-certificates.crt") (setq package-enable-at-startup nil) (setq package--init-file-ensured t) (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") -- 2.39.2