preceed ca-certificates/trust_new_crts
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 10 Jun 2009 12:00:33 +0000 (14:00 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 10 Jun 2009 12:00:33 +0000 (14:00 +0200)
input/howto/new-machine.creole

index eca9e29..0de657b 100644 (file)
@@ -21,10 +21,8 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]].
 
 * make debconf the same on every host: - dialog, - high
 {{{
-
 echo "debconf debconf/priority        select  high" | debconf-set-selections
 echo "debconf debconf/frontend        select  Dialog" | debconf-set-selections
-
 }}}
 
 * add db.d.o to sources.list:
@@ -135,6 +133,7 @@ EOF
 
 * make ca-certificates sane:  (choose to *not* trust new certs, and we only want the spi cert activated)
 {{{
+    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
 }}}