ca-certificates configuration is now handled by puppet
authorPaul Wise <pabs@debian.org>
Wed, 7 Jan 2015 12:02:41 +0000 (20:02 +0800)
committerPaul Wise <pabs@debian.org>
Wed, 7 Jan 2015 12:02:41 +0000 (20:02 +0800)
input/howto/new-machine.creole

index a8cb69c..3cf0178 100644 (file)
@@ -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
 }}}