From 2dfd6bf9ef5adb6d1514d35009b3046bba5218c1 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Wed, 7 Jan 2015 20:02:41 +0800 Subject: [PATCH] ca-certificates configuration is now handled by puppet --- input/howto/new-machine.creole | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index a8cb69c..3cf0178 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -55,10 +55,9 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup * try to become root using sudo. -* make ca-certificates sane: (choose to *not* trust new certs, and we only want the spi cert activated) +* make ca-certificates sane: (choose to *not* trust new certs) {{{ echo "ca-certificates ca-certificates/trust_new_crts select no" | debconf-set-selections - sed -i -e 's/^[^#!].*/!&/; s#^!spi-inc.org/spi-cacert-2008.crt#spi-inc.org/spi-cacert-2008.crt#' /etc/ca-certificates.conf dpkg-reconfigure ca-certificates }}} -- 2.20.1