X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=blobdiff_plain;f=input%2Fhowto%2Fnew-machine.creole;h=1303ea5071a3b9ddaa284a101b3ceecc91ae8b1a;hp=3cf0178cffcd3af93d314fb3170c1033917686c6;hb=de9c12731628f2d9bda6961c15322b607e34b497;hpb=0aa7997c0cc9c4df13418cca9e2eb23333152b7f 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