From: Peter Palfrader Date: Thu, 4 Jun 2015 13:33:06 +0000 (+0200) Subject: ca-certificates setup is now done by puppet X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=de9c12731628f2d9bda6961c15322b607e34b497 ca-certificates setup is now done by puppet --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 3cf0178..1303ea5 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -55,12 +55,6 @@ 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) -{{{ - echo "ca-certificates ca-certificates/trust_new_crts select no" | debconf-set-selections - dpkg-reconfigure ca-certificates -}}} - * Add debian-admin@debian.org to root in /etc/aliases {{{ if ! egrep '^root:' /etc/aliases > /dev/null; then