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