ca-certificates setup is now done by puppet
[mirror/dsa-wiki.git] / input / howto / new-machine.creole
index 3cf0178..1303ea5 100644 (file)
@@ -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